Skip to content

Commit

Permalink
Fix the StageSettings window title
Browse files Browse the repository at this point in the history
  • Loading branch information
John committed Jan 31, 2016
1 parent f1cc2fc commit f0e1d0f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*.user
*.userosscache
*.sln.docstates
GravityTurn.zip
*.zip
*.xcf

# User-specific files (MonoDevelop/Xamarin Studio)
Expand Down
Binary file modified GameData/GravityTurn/Plugins/GravityTurn.dll
Binary file not shown.
1 change: 1 addition & 0 deletions GravityTurn/GravityTurn/Window/StageSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public StageSettings(GravityTurner turner, int WindowID, HelpWindow inhelpWindow
: base(turner, WindowID)
{
helpWindow = inhelpWindow;
WindowTitle = "GravityTurn Stage Settings";
}

public override void WindowGUI(int windowID)
Expand Down

0 comments on commit f0e1d0f

Please sign in to comment.