1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 19:37:36 +00:00

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
parent c2b7bbbb2c
commit 8f60ea4470
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();