Skip to content

Commit

Permalink
Remove bang from title
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsando committed May 24, 2016
1 parent a81bcf3 commit 5206926
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/boot/src/AcadnmeBoot.hx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class AcadnmeBoot extends Screen implements IBoot
{
if (titleText!="")
titleText += " + ";
titleText += "!" + engine.name + "(v" + engine.version + ")";
titleText += engine.name + "(v" + engine.version + ")";
}
if (titleText=="")
titleText = "No engine setting found";
Expand Down
2 changes: 1 addition & 1 deletion haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"tags": [ "cpp", "nme", "cppia", "acadnme", "android", "ios" ],
"description": "Acadnme provides a scripting host for Nme applications on iOS, Android, Windows, Mac and Linux platforms",
"version": "5.6.0",
"binaryversion": "10",
"binaryversion": "11",
"releasenote": "see Changes.md",
"contributors": [ "gamehaxe" ],
"dependencies": {}
Expand Down

0 comments on commit 5206926

Please sign in to comment.