[gimp/cage: 12/130] app: use "pixels/unit" as label for the resolution menu
- From: Michael Muré <mmure src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/cage: 12/130] app: use "pixels/unit" as label for the resolution menu
- Date: Thu, 30 Dec 2010 17:48:59 +0000 (UTC)
commit 0ff67b960f1cddbb806bf030c6b3c88a6ed54c5b
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]