[gtk+] Avoid picking up long description as translator comment



commit 23fdc45b952e3419d8fe8b34f82411f67d7e4b0f
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Aug 22 01:18:53 2014 -0400

    Avoid picking up long description as translator comment
    
    Rearrange a few lines to help xgettext avoid picking up the
    long description of GtkFileChooserButton as translator comment.

 gtk/gtkfilechooserbutton.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkfilechooserbutton.c b/gtk/gtkfilechooserbutton.c
index 62fce5a..455d217 100644
--- a/gtk/gtkfilechooserbutton.c
+++ b/gtk/gtkfilechooserbutton.c
@@ -99,10 +99,10 @@
  *  Private Macros  *
  * **************** */
 
+#define FALLBACK_ICON_SIZE     16
 #define DEFAULT_TITLE          N_("Select a File")
 #define DESKTOP_DISPLAY_NAME   N_("Desktop")
 #define FALLBACK_DISPLAY_NAME  N_("(None)") /* this string is used in gtk+/gtk/tests/filechooser.c - change 
it there if you change it here */
-#define FALLBACK_ICON_SIZE     16
 
 
 /* ********************** *


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