summaryrefslogtreecommitdiff
path: root/src/fl_shortcut.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2020-07-14 15:15:02 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2020-07-14 15:16:05 +0200
commit58296c373a79ac404e86f8a4b20a5309db2f00de (patch)
tree8edea73b8c00f3a28a74c79e2249e7b4d83b2133 /src/fl_shortcut.cxx
parent70385593387e1f47549e050c3aaea047a96bc7a2 (diff)
Fix old URL's and forum/newsgroup names
- fltk.development has been renamed to fltk.coredev - all FLTK URL's are now of the form https://www.fltk.org/…
Diffstat (limited to 'src/fl_shortcut.cxx')
-rw-r--r--src/fl_shortcut.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_shortcut.cxx b/src/fl_shortcut.cxx
index 339ffefb8..4a02207d3 100644
--- a/src/fl_shortcut.cxx
+++ b/src/fl_shortcut.cxx
@@ -188,7 +188,7 @@ const char* fl_shortcut_label(unsigned int shortcut, const char **eom) {
// Add modifier key names.
// Note: if necessary we could change the order here depending on the platform.
- // However, as discussed in fltk.development, the order appears to be the
+ // However, as discussed in fltk.coredev, the order appears to be the
// same on all platforms, with exceptions in _some_ Linux applications.
if (shortcut & FL_CTRL) {p = add_modifier_key(p, end, fl_local_ctrl);}