[gimp] app: set the text option's unit menu to "plural"
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: set the text option's unit menu to "plural"
- Date: Mon, 14 Mar 2011 12:06:01 +0000 (UTC)
commit 75548264d08b1cff2bef978a94bd05f24037fdbf
Author: Michael Natterer <mitch gimp org>
Date: Mon Mar 14 12:58:34 2011 +0100
app: set the text option's unit menu to "plural"
It gets changed to "abbreviation" for the permanently displayed
string automatically.
app/tools/gimptextoptions.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/tools/gimptextoptions.c b/app/tools/gimptextoptions.c
index 4472d0c..f727c71 100644
--- a/app/tools/gimptextoptions.c
+++ b/app/tools/gimptextoptions.c
@@ -483,7 +483,7 @@ gimp_text_options_gui (GimpToolOptions *tool_options)
gtk_widget_show (table);
entry = gimp_prop_size_entry_new (config,
- "font-size", FALSE, "font-size-unit", "%a",
+ "font-size", FALSE, "font-size-unit", "%p",
GIMP_SIZE_ENTRY_UPDATE_SIZE, 72.0);
gimp_table_attach_aligned (GTK_TABLE (table), 0, row++,
_("Size:"), 0.0, 0.5,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]