diff options
| author | Rémi Verschelde | 2017-08-21 21:01:19 +0200 |
|---|---|---|
| committer | GitHub | 2017-08-21 21:01:19 +0200 |
| commit | 4717d37bfa867d8cdcd4805967324978da6701b7 (patch) | |
| tree | e4a11a8d27eb22f864d25acc4d55ed42a9344554 /editor/run_settings_dialog.cpp | |
| parent | 01d4ffd3ee8abbbfba45871ee8d83eee18d3bf97 (diff) | |
| parent | 93f1fb1c2f74de3ff996895761d083fadd257397 (diff) | |
| download | godot-4717d37bfa867d8cdcd4805967324978da6701b7.tar.gz godot-4717d37bfa867d8cdcd4805967324978da6701b7.tar.zst godot-4717d37bfa867d8cdcd4805967324978da6701b7.zip | |
Merge pull request #10471 from akien-mga/args-doubledash
Third take at making command-line arguments more UNIX-like + main.cpp and help cleanup
Diffstat (limited to '')
| -rw-r--r-- | editor/run_settings_dialog.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/run_settings_dialog.cpp b/editor/run_settings_dialog.cpp index 4548ae093..dfb152d40 100644 --- a/editor/run_settings_dialog.cpp +++ b/editor/run_settings_dialog.cpp @@ -88,7 +88,5 @@ RunSettingsDialog::RunSettingsDialog() { get_ok()->set_text(TTR("Close")); //get_cancel()->set_text("Close"); - arguments->set_text("-l $scene"); - set_title(TTR("Scene Run Settings")); } |
