From 895ac51c6962d3dd551aa88ecefd81c92b0b8d2b Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Wed, 2 Feb 2022 11:19:09 +0100 Subject: macOS: add "Toggle printing of titlebar" to application menu - cont'd. --- FL/mac.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL') 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. */ -- cgit v1.2.3