summaryrefslogtreecommitdiff
path: root/Userland/Applications/TextEditor/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Applications/TextEditor/main.cpp')
-rw-r--r--Userland/Applications/TextEditor/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Applications/TextEditor/main.cpp b/Userland/Applications/TextEditor/main.cpp
index 1ecf4401f3..676c4dfa4e 100644
--- a/Userland/Applications/TextEditor/main.cpp
+++ b/Userland/Applications/TextEditor/main.cpp
@@ -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();