projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a60f43a
)
fixed buggy zoom gadget info text in level editor
author
Holger Schemel
<info@artsoft.org>
Fri, 10 Mar 2017 14:49:53 +0000
(15:49 +0100)
committer
Holger Schemel
<info@artsoft.org>
Fri, 23 Mar 2018 22:21:10 +0000
(23:21 +0100)
src/editor.c
patch
|
blob
|
history
diff --git
a/src/editor.c
b/src/editor.c
index c07624c4529d9a9019f79b2f06db51f2d8095a6b..490be2699d6b2374aa3e6d64b898d728d94b9cf2 100644
(file)
--- a/
src/editor.c
+++ b/
src/editor.c
@@
-12909,7
+12909,7
@@
void PrintEditorGadgetInfoText(struct GadgetInfo *gi)
else if (gi->custom_id == GADGET_ID_UNDO)
sprintf(shortcut, " ('%c/Shift-U')", key);
else if (gi->custom_id == GADGET_ID_ZOOM)
- sprintf(shortcut, " ('%c', '0', '
+
')", key);
+ sprintf(shortcut, " ('%c', '0', '
-
')", key);
else
sprintf(shortcut, " ('%s%c')",
(key >= 'A' && key <= 'Z' ? "Shift-" : ""), key);