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:
parent
69d8ad52c4
commit
28720e9035
3 changed files with 5 additions and 5 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue