summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 776877a)
raw | patch | inline | side by side (parent: 776877a)
author | kidproto <kidproto@users.sourceforge.net> | |
Sun, 30 Apr 2006 00:19:02 +0000 (00:19 +0000) | ||
committer | kidproto <kidproto@users.sourceforge.net> | |
Sun, 30 Apr 2006 00:19:02 +0000 (00:19 +0000) |
ChangeLog | patch | blob | history | |
src/dialogs/rdf.cpp | patch | blob | history | |
src/ui/dialog/document-metadata.cpp | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 4b9af61e438cbbbb193fbc34acb07633fc1e5f3b..a38a78bcc9ad9e7eb06309c737370785ab982ccb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2006-04-29 Jon Phillips <jon@rejon.org>
+
+ * src/dialogs/rdf.cpp: Updated cc licenses to 2.5 by default.
+
+ * src/ui/dialog/document-metadata.cpp: Made metadata window
+ resizable so that one can see the licenses and enter long entries.
+
2006-04-29 MenTaLguY <mental@rydia.net>
* src/display/nr-arena-group.cpp, src/display/nr-arena-item.cpp,
diff --git a/src/dialogs/rdf.cpp b/src/dialogs/rdf.cpp
index 4f86264c4e55cc4373bf4cba257a670489e6ece0..df89ee6480a1c5841a7e7fff20c934241c066079 100644 (file)
--- a/src/dialogs/rdf.cpp
+++ b/src/dialogs/rdf.cpp
*
* Authors:
* Kees Cook <kees@outflux.net>
+ * Jon Phillips <jon@rejon.org>
*
* Copyright (C) 2004 Kees Cook <kees@outflux.net>
+ * Copyright (C) 2006 Jon Phillips <jon@rejon.org>
*
* Released under GNU GPL, read the file 'COPYING' for more information
*
struct rdf_license_t rdf_licenses [] = {
{ _("CC Attribution"),
- "http://creativecommons.org/licenses/by/2.0/",
+ "http://creativecommons.org/licenses/by/2.5/",
rdf_license_cc_a,
},
{ _("CC Attribution-ShareAlike"),
- "http://creativecommons.org/licenses/by-sa/2.0/",
+ "http://creativecommons.org/licenses/by-sa/2.5/",
rdf_license_cc_a_sa,
},
{ _("CC Attribution-NoDerivs"),
- "http://creativecommons.org/licenses/by-nd/2.0/",
+ "http://creativecommons.org/licenses/by-nd/2.5/",
rdf_license_cc_a_nd,
},
{ _("CC Attribution-NonCommercial"),
- "http://creativecommons.org/licenses/by-nc/2.0/",
+ "http://creativecommons.org/licenses/by-nc/2.5/",
rdf_license_cc_a_nc,
},
{ _("CC Attribution-NonCommercial-ShareAlike"),
- "http://creativecommons.org/licenses/by-nc-sa/2.0/",
+ "http://creativecommons.org/licenses/by-nc-sa/2.5/",
rdf_license_cc_a_nc_sa,
},
{ _("CC Attribution-NonCommercial-NoDerivs"),
- "http://creativecommons.org/licenses/by-nc-nd/2.0/",
+ "http://creativecommons.org/licenses/by-nc-nd/2.5/",
rdf_license_cc_a_nc_nd,
},
index 090cb42ca665297ca2d63c9856b126e95a6570b5..7c845e70f62da61aa5b3d9a5c8cc900474b4101b 100644 (file)
_prefs_path("dialogs.documentmetadata")
{
hide();
- set_resizable (false);
+ set_resizable (true);
_tt.enable();
get_vbox()->set_spacing (4);
get_vbox()->pack_start (_notebook, true, true);