aboutsummaryrefslogtreecommitdiffstats
path: root/packages/galculator/galculator-1.2.3/src-ui.c.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/galculator/galculator-1.2.3/src-ui.c.patch')
-rw-r--r--packages/galculator/galculator-1.2.3/src-ui.c.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/galculator/galculator-1.2.3/src-ui.c.patch b/packages/galculator/galculator-1.2.3/src-ui.c.patch
index e69de29bb2..7da341a39b 100644
--- a/packages/galculator/galculator-1.2.3/src-ui.c.patch
+++ b/packages/galculator/galculator-1.2.3/src-ui.c.patch
@@ -0,0 +1,11 @@
+--- src/ui.c.orig 2004-08-09 17:26:37.000000000 +0200
++++ src/ui.c 2004-08-09 17:22:02.000000000 +0200
+@@ -582,7 +582,7 @@
+ /* just put one here and hide it afterwards. we need the button
+ for working key accelerators. */
+ if (prefs.mode == BASIC_MODE)
+- ui_main_window_set_dispctrl (DISPCTRL_BOTTOM);
++ ui_main_window_set_dispctrl (DISPCTRL_RIGHT);
+ else if (current_status.notation == CS_RPN)
+ ui_main_window_set_dispctrl (DISPCTRL_RIGHTV);
+ else ui_main_window_set_dispctrl (DISPCTRL_RIGHT);