summaryrefslogtreecommitdiff
path: root/src/core/params.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/params.h')
-rw-r--r--src/core/params.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/params.h b/src/core/params.h
index 9bbffc6..ee5583f 100644
--- a/src/core/params.h
+++ b/src/core/params.h
@@ -63,7 +63,8 @@
#define MPK_WELCOME_STARTUP "gui.editor.panels.welcome.show_at_startup"
#define MPK_WELCOME_CHECK "gui.editor.panels.welcome.check_version"
#define MPK_SELECTION_LINE "gui.editor.views.selection_line"
-#define MPK_TOOLTIP_SIZE "gui.editor.views.tooltip_max_size"
+#define MPK_TOOLTIP_MAX_CALLS "gui.editor.views.tooltip_max_calls"
+#define MPK_TOOLTIP_MAX_STRINGS "gui.editor.views.tooltip_max_strings"
#define MPK_KEYBINDINGS_EDIT "gui.key_bindings.global.edit"
#define MPK_AUTO_SAVE "project.autosave"