[gimp] app: Add '/' as a seperator for the rectangle tools options (in the Fixed field)
- From: Barak Itkin <barakitkin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: Add '/' as a seperator for the rectangle tools options (in the Fixed field)
- Date: Fri, 23 Jul 2010 16:17:50 +0000 (UTC)
commit 5a9f2f1eaca2329af507ff887c062e91ee0bd9dc
Author: Barak Itkin <lightningismyname gmail com>
Date: Fri Jul 23 19:13:49 2010 +0300
app: Add '/' as a seperator for the rectangle tools options (in the Fixed field)
app/tools/gimprectangleoptions.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/tools/gimprectangleoptions.c b/app/tools/gimprectangleoptions.c
index 95bb257..3e4d733 100644
--- a/app/tools/gimprectangleoptions.c
+++ b/app/tools/gimprectangleoptions.c
@@ -930,7 +930,7 @@ gimp_rectangle_options_gui (GimpToolOptions *tool_options)
"default-fixed-size-height",
"overridden-fixed-size",
TRUE, FALSE,
- "xX*",
+ "xX/*",
FALSE,
1, GIMP_MAX_IMAGE_SIZE);
gtk_box_pack_start (GTK_BOX (private->fixed_size_hbox), entry,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]