[glade] * gladeui/glade-builtins.c: Changed displayable values for extra stock icons to say "Drag and Dr



commit 96f843632e14ac75c6efbce288d2c5f5582bc96f
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Sun Mar 6 17:28:38 2011 +0900

    	* gladeui/glade-builtins.c: Changed displayable values for extra stock icons
    	  to say "Drag and Drop" instead of "DnD", fixing translator bug 561042.

 ChangeLog                |    3 +++
 gladeui/glade-builtins.c |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 70270cb..d797252 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,9 @@
 	  - Added new GtkAppChooserDialog, GtkCellRendererSpinner and GtkComboBoxText icons
 	    contributed by Florent Thévenet.
 
+	* gladeui/glade-builtins.c: Changed displayable values for extra stock icons
+	  to say "Drag and Drop" instead of "DnD", fixing translator bug 561042.
+
 2011-03-02  Juan Pablo Ugarte <juanpablougarte gmail com>
 
 	* gladeui/glade-design-layout.c:
diff --git a/gladeui/glade-builtins.c b/gladeui/glade-builtins.c
index c7698e9..5ad974d 100644
--- a/gladeui/glade-builtins.c
+++ b/gladeui/glade-builtins.c
@@ -68,8 +68,8 @@ static const gchar *builtin_stock_images[] = {
 
 static const gchar *builtin_stock_displayables[] = {
   N_("Authentication"),         /* GTK_STOCK_DIALOG_AUTHENTICATION */
-  N_("DnD"),                    /* GTK_STOCK_DND */
-  N_("DnD Multiple"),           /* GTK_STOCK_DND_MULTIPLE */
+  N_("Drag and Drop"),          /* GTK_STOCK_DND */
+  N_("Drag and Drop Multiple"), /* GTK_STOCK_DND_MULTIPLE */
   N_("Color Picker"),           /* GTK_STOCK_COLOR_PICKER */
   N_("Directory"),              /* GTK_STOCK_DIRECTORY */
   N_("File"),                   /* GTK_STOCK_FILE */



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