mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-18 08:06:04 +02:00
Renamed Windows Application to GUI Application
This commit is contained in:
parent
a51fa2b657
commit
8aba7f0d8e
3 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,7 @@ namespace IDE.ui
|
|||
public DarkComboBox mTargetComboBox;
|
||||
static String[5] sApplicationTypeNames =
|
||||
.("Console Application",
|
||||
"Windows Application",
|
||||
"GUI Application",
|
||||
"Library",
|
||||
"Dynamic Library",
|
||||
"Custom Build");
|
||||
|
@ -116,7 +116,7 @@ namespace IDE.ui
|
|||
return false;
|
||||
}
|
||||
|
||||
Project.TargetType targetType = .BeefWindowsApplication;
|
||||
Project.TargetType targetType = .BeefGUIApplication;
|
||||
for (var applicationTypeName in sApplicationTypeNames)
|
||||
{
|
||||
if (applicationTypeName == mTargetComboBox.Label)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue