summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-02-02 11:19:09 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-02-02 11:19:09 +0100
commit895ac51c6962d3dd551aa88ecefd81c92b0b8d2b (patch)
treee335fb3546fa71b4b77ff22f61290c3cffd412d6 /FL
parent935074ba0b5acc99f0bf82e73be1f002eab07157 (diff)
macOS: add "Toggle printing of titlebar" to application menu - cont'd.
Diffstat (limited to 'FL')
-rw-r--r--FL/mac.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/mac.H b/FL/mac.H
index 48aea6842..0b5d32a34 100644
--- a/FL/mac.H
+++ b/FL/mac.H
@@ -143,7 +143,7 @@ public:
This menu item and next one won't be displayed if Fl_Mac_App_Menu::print
is set to an empty string.
*/
- static const char *print_with_titlebar;
+ static const char *print;
/** Localizable text for the "Print Front Window" application menu item. */
static const char *print_no_titlebar;
/** Localizable text for the "Toggle print titlebar" application menu item. */