TextEditor: Rename open_sesame() => open_file()

This commit is contained in:
Andreas Kling 2021-02-27 11:05:39 +01:00
commit 28720e9035
Notes: sideshowbarker 2024-07-18 21:53:09 +09:00
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();