[gimp/soc-2010-cage-2] app: use "pixels/unit" as label for the resolution menu



commit 60daa3e23002dc5fced7ddbfa000b8aed7cda5ea
Author: Michael Natterer <mitch gimp org>
Date:   Fri Nov 5 16:24:37 2010 +0100

    app: use "pixels/unit" as label for the resolution menu
    
    instead of "pixels/abbreviated unit". This is soon going to be
    supported generically by GimpUnitComboBox just as with the old unit
    menu.

 app/widgets/gimptemplateeditor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/widgets/gimptemplateeditor.c b/app/widgets/gimptemplateeditor.c
index 2d0bcbc..9ba1ae2 100644
--- a/app/widgets/gimptemplateeditor.c
+++ b/app/widgets/gimptemplateeditor.c
@@ -307,7 +307,7 @@ gimp_template_editor_constructor (GType                  type,
   gtk_widget_show (hbox);
 
   editor->resolution_se =
-    gimp_size_entry_new (0, editor->template->resolution_unit, _("pixels/%a"),
+    gimp_size_entry_new (0, editor->template->resolution_unit, _("pixels/%s"),
                          FALSE, FALSE, FALSE, SB_WIDTH,
                          GIMP_SIZE_ENTRY_UPDATE_RESOLUTION);
 



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