gnome-scan r574 - in trunk: . lib



Author: bersace
Date: Mon Mar  3 00:58:52 2008
New Revision: 574
URL: http://svn.gnome.org/viewvc/gnome-scan?rev=574&view=rev

Log:
Use untranslated option group name for internal groups.


Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/lib/gnome-scan-param-specs.c

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Mar  3 00:58:52 2008
@@ -6,6 +6,13 @@
 Gnome Scan aim to provide a sane scan infrastructure. Flegita provide
 app and plugin on top of Gnome Scan for the desktop.
 
+Changes in version 0.6
+======================
+
+ * Fix bug #519405, don't use translatable option group for internal
+   groups hidden and preview.
+
+
 Changes in version 0.5.94
 =========================
 
@@ -32,6 +39,7 @@
  * Use explicit gettext domain in library rather than using
    application defined one.
 
+
 Changes in version 0.5.93
 =========================
 
@@ -53,6 +61,7 @@
 
  * Depends on GEGL 0.0.16.
 
+
 Changes in version 0.5.92 ÂÂSÃrieusement cette foisÂÂ
 =====================================================
 
@@ -68,6 +77,7 @@
 
  * Dropped printing.
 
+
 Changes in version 0.5.4 ÂÂCe projet n'est pas mortÂÂ
 =====================================================
 
@@ -84,6 +94,7 @@
    increase performances and allow better processing integration. This
    avoid "PNG 8bit saved as PNG 16bit" and thus reduce file size.
 
+
 Changes in version 0.5.2 ÂÂÃa ROCsÂ!ÂÂ
 ======================================
 
@@ -158,6 +169,7 @@
 0.4.0.2 : added arabic translation
 0.4.0.1 : emergency build fix
 
+
 Changes in version 0.4 ÂÂIs your app people ready ?ÂÂ
 =====================================================
 
@@ -203,6 +215,7 @@
 
  * Code clean up.
 
+
 Changes in version 0.3.1
 ========================
 
@@ -216,6 +229,7 @@
 
  * Translations in fr, de and ca.
 
+
 Changes in version 0.3
 ======================
 

Modified: trunk/lib/gnome-scan-param-specs.c
==============================================================================
--- trunk/lib/gnome-scan-param-specs.c	(original)
+++ trunk/lib/gnome-scan-param-specs.c	Mon Mar  3 00:58:52 2008
@@ -68,8 +68,8 @@
 GS_DEFINE_QUARK (gs_scanner_front,	N_("Scan options"));
 GS_DEFINE_QUARK (gs_format,	N_("Format"));
 GS_DEFINE_QUARK (gs_sink_front,	N_("Output options"));
-GS_DEFINE_QUARK (gs_preview,		N_("Preview"));
-GS_DEFINE_QUARK (gs_hidden,		N_("Hidden"));
+GS_DEFINE_QUARK (gs_preview,		"$$PREVIEW$$");
+GS_DEFINE_QUARK (gs_hidden,		"$$HIDDEN$$"));
 
 /* Common */
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]