aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/debugger/personaltypes.py
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/debugger/personaltypes.py')
-rw-r--r--share/qtcreator/debugger/personaltypes.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/qtcreator/debugger/personaltypes.py b/share/qtcreator/debugger/personaltypes.py
index 1264361e24..b4d34db10c 100644
--- a/share/qtcreator/debugger/personaltypes.py
+++ b/share/qtcreator/debugger/personaltypes.py
@@ -31,8 +31,8 @@
#
# To add dumpers that don't get overwritten, copy this file here
# to a safe location outside the Qt Creator installation and
-# make this location known to Qt Creator using the Debugger /
-# GDB / Dumper customization / Additional file setting.
+# make this location known to Qt Creator using the Debugger >
+# Locals & Expressions > Extra Debugging Helpers setting.
# Example to display a simple type
# template<typename U, typename V> struct MapNode