Revision: 1673
          http://geeqie.svn.sourceforge.net/geeqie/?rev=1673&view=rev
Author:   nadvornik
Date:     2009-04-28 20:09:41 +0000 (Tue, 28 Apr 2009)

Log Message:
-----------
do not translate internal strings

Modified Paths:
--------------
    trunk/src/cellrenderericon.c

Modified: trunk/src/cellrenderericon.c
===================================================================
--- trunk/src/cellrenderericon.c        2009-04-28 06:55:56 UTC (rev 1672)
+++ trunk/src/cellrenderericon.c        2009-04-28 20:09:41 UTC (rev 1673)
@@ -149,48 +149,48 @@
        g_object_class_install_property(object_class,
                                        PROP_PIXBUF,
                                        g_param_spec_object("pixbuf",
-                                                       _("Pixbuf Object"),
-                                                       _("The pixbuf to 
render"),
+                                                       "Pixbuf Object",
+                                                       "The pixbuf to render",
                                                        GDK_TYPE_PIXBUF,
                                                        G_PARAM_READWRITE));
 
        g_object_class_install_property(object_class,
                                        PROP_TEXT,
                                        g_param_spec_string("text",
-                                                       _("Text"),
-                                                       _("Text to render"),
+                                                       "Text",
+                                                       "Text to render",
                                                        NULL,
                                                        G_PARAM_READWRITE));
 
        g_object_class_install_property(object_class,
                                        PROP_BACKGROUND_GDK,
                                        g_param_spec_boxed("background_gdk",
-                                                       _("Background color"),
-                                                       _("Background color as 
a GdkColor"),
+                                                       "Background color",
+                                                       "Background color as a 
GdkColor",
                                                        GDK_TYPE_COLOR,
                                                        G_PARAM_READWRITE));
 
        g_object_class_install_property(object_class,
                                        PROP_FOREGROUND_GDK,
                                        g_param_spec_boxed("foreground_gdk",
-                                                       _("Foreground color"),
-                                                       _("Foreground color as 
a GdkColor"),
+                                                       "Foreground color",
+                                                       "Foreground color as a 
GdkColor",
                                                        GDK_TYPE_COLOR,
                                                        G_PARAM_READWRITE));
 
        g_object_class_install_property(object_class,
                                        PROP_FOCUSED,
                                        g_param_spec_boolean("has_focus",
-                                                       _("Focus"),
-                                                       _("Draw focus 
indicator"),
+                                                       "Focus",
+                                                       "Draw focus indicator",
                                                        FALSE,
                                                        G_PARAM_READWRITE));
 
        g_object_class_install_property(object_class,
                                        PROP_FIXED_WIDTH,
                                        g_param_spec_int("fixed_width",
-                                                       _("Fixed width"),
-                                                       _("Width of cell"),
+                                                       "Fixed width",
+                                                       "Width of cell",
                                                        -1, FIXED_ICON_SIZE_MAX,
                                                        -1,
                                                        G_PARAM_READWRITE));
@@ -198,8 +198,8 @@
        g_object_class_install_property(object_class,
                                        PROP_FIXED_HEIGHT,
                                        g_param_spec_int("fixed_height",
-                                                       _("Fixed height"),
-                                                       _("Height of icon 
excluding text"),
+                                                       "Fixed height",
+                                                       "Height of icon 
excluding text",
                                                        -1, FIXED_ICON_SIZE_MAX,
                                                        -1,
                                                        G_PARAM_READWRITE));
@@ -207,40 +207,40 @@
        g_object_class_install_property(object_class,
                                        PROP_BACKGROUND_SET,
                                        g_param_spec_boolean("background_set",
-                                                       _("Background set"),
-                                                       _("Whether this tag 
affects the background color"),
+                                                       "Background set",
+                                                       "Whether this tag 
affects the background color",
                                                        FALSE,
                                                        G_PARAM_READWRITE));
 
        g_object_class_install_property(object_class,
                                        PROP_FOREGROUND_SET,
                                        g_param_spec_boolean("foreground_set",
-                                                       _("Foreground set"),
-                                                       _("Whether this tag 
affects the foreground color"),
+                                                       "Foreground set",
+                                                       "Whether this tag 
affects the foreground color",
                                                        FALSE,
                                                        G_PARAM_READWRITE));
 
        g_object_class_install_property(object_class,
                                        PROP_SHOW_TEXT,
                                        g_param_spec_boolean("show_text",
-                                                       _("Show text"),
-                                                       _("Whether the text is 
displayed"),
+                                                       "Show text",
+                                                       "Whether the text is 
displayed",
                                                        TRUE,
                                                        G_PARAM_READWRITE));
 
        g_object_class_install_property(object_class,
                                        PROP_SHOW_MARKS,
                                        g_param_spec_boolean("show_marks",
-                                                       _("Show marks"),
-                                                       _("Whether the marks 
are displayed"),
+                                                       "Show marks",
+                                                       "Whether the marks are 
displayed",
                                                        TRUE,
                                                        G_PARAM_READWRITE));
 
        g_object_class_install_property(object_class,
                                        PROP_NUM_MARKS,
                                        g_param_spec_int("num_marks",
-                                                       _("Number of marks"),
-                                                       _("Number of marks"),
+                                                       "Number of marks",
+                                                       "Number of marks",
                                                        0, 32,
                                                        6,
                                                        G_PARAM_READWRITE));
@@ -248,8 +248,8 @@
        g_object_class_install_property(object_class,
                                        PROP_MARKS,
                                        g_param_spec_uint("marks",
-                                                       _("Marks"),
-                                                       _("Marks bit array"),
+                                                       "Marks",
+                                                       "Marks bit array",
                                                        0, 0xffffffff,
                                                        0,
                                                        G_PARAM_READWRITE));
@@ -257,8 +257,8 @@
        g_object_class_install_property(object_class,
                                        PROP_TOGGLED,
                                        g_param_spec_uint("toggled_mark",
-                                                       _("Toggled mark"),
-                                                       _("Toggled mark"),
+                                                       "Toggled mark",
+                                                       "Toggled mark",
                                                        0, 32,
                                                        0,
                                                        G_PARAM_READWRITE));


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn

Reply via email to