From af90841fbc0a7090d7f3979c4d71aeeec1fbcb4b Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 19 Mar 2024 15:09:14 +0100 Subject: Update dependencies, whitespace, and Fl_File_Chooser.cxx Rewrite src/Fl_File_Chooser.cxx from its .fl source file --- src/Fl_File_Chooser.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl_File_Chooser.cxx') diff --git a/src/Fl_File_Chooser.cxx b/src/Fl_File_Chooser.cxx index aa74ffbb9..6c27c6c94 100644 --- a/src/Fl_File_Chooser.cxx +++ b/src/Fl_File_Chooser.cxx @@ -221,7 +221,7 @@ Fl_File_Chooser::Fl_File_Chooser(const char *pathname, const char *pattern, int { Fl_Group* o = new Fl_Group(10, 275, 470, 95); { Fl_Group* o = new Fl_Group(10, 275, 470, 20); { previewButton = new Fl_Check_Button(10, 275, 105, 20, "Preview"); - previewButton->shortcut(0x80070); + previewButton->shortcut(FL_ALT|'p'); previewButton->down_box(FL_DOWN_BOX); previewButton->value(1); previewButton->callback((Fl_Callback*)cb_previewButton); -- cgit v1.2.3