1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 08:48:11 +00:00

TextEditor: Rename open_sesame() => open_file()

This commit is contained in:
Andreas Kling 2021-02-27 11:05:39 +01:00
parent 69d8ad52c4
commit 28720e9035
3 changed files with 5 additions and 5 deletions

View file

@ -83,7 +83,7 @@ int main(int argc, char** argv)
}
if (file_to_edit)
text_widget.open_sesame(file_to_edit);
text_widget.open_file(file_to_edit);
else
text_widget.update_title();