diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-02-02 11:19:09 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-02-02 11:19:09 +0100 |
| commit | 895ac51c6962d3dd551aa88ecefd81c92b0b8d2b (patch) | |
| tree | e335fb3546fa71b4b77ff22f61290c3cffd412d6 /FL | |
| parent | 935074ba0b5acc99f0bf82e73be1f002eab07157 (diff) | |
macOS: add "Toggle printing of titlebar" to application menu - cont'd.
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/mac.H | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |
