FontEditor: Disambiguate save function from save-as action

This commit is contained in:
thankyouverycool 2022-01-16 09:36:43 -05:00 committed by Andreas Kling
commit 8f60ea4470
Notes: sideshowbarker 2024-07-17 20:44:21 +09:00
2 changed files with 5 additions and 4 deletions

View file

@ -24,7 +24,7 @@ public:
virtual ~FontEditorWidget() override;
bool open_file(String const&);
bool save_as(String const&);
bool save_file(String const&);
bool request_close();
void update_title();