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

FontEditor: Show complete filename in error messages

And clean up Save and Open action code style.
This commit is contained in:
thankyouverycool 2023-05-16 08:39:10 -04:00 committed by Andreas Kling
parent 19b8b9d187
commit a62f204b25
2 changed files with 14 additions and 18 deletions

View file

@ -29,7 +29,7 @@ public:
virtual ~MainWidget() override = default;
void show_error(Error, StringView action, StringView basename = {});
void show_error(Error, StringView action, StringView filename = {});
void reset();
ErrorOr<void> initialize(StringView path, RefPtr<Gfx::BitmapFont>&&);