when creating project, save icon using resource location by default
This commit is contained in:
parent
b59c86f6f9
commit
96cff3a73b
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ class NewProjectDialog : public ConfirmationDialog {
|
|||
f->store_line("\n");
|
||||
f->store_line("[application]");
|
||||
f->store_line("name=\""+project_name->get_text()+"\"");
|
||||
f->store_line("icon=\"icon.png\"");
|
||||
f->store_line("icon=\"res://icon.png\"");
|
||||
|
||||
memdelete(f);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue