Skip to content

Commit

Permalink
Update Window Title to v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidWyand-GG committed Nov 13, 2013
1 parent 040365a commit 3276de4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ int main(int argc, char *argv[])
// application info settings
QCoreApplication::setOrganizationName("GarageGames");
QCoreApplication::setOrganizationDomain("garagegames.com");
QCoreApplication::setApplicationName("Torque 3D Project Manager 2.0");
QCoreApplication::setApplicationName("Torque 3D Project Manager 2.1");

QDir::setCurrent(QApplication::applicationDirPath());
a.setWindowIcon(QIcon(":/Torque3DFrontloader/resources/toolbox-16x16_32.png"));
Expand Down
2 changes: 1 addition & 1 deletion source/torque3dfrontloader.ui
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</size>
</property>
<property name="windowTitle" >
<string>Torque 3D Project Manager 2.0</string>
<string>Torque 3D Project Manager 2.1</string>
</property>
<property name="styleSheet" >
<string/>
Expand Down

0 comments on commit 3276de4

Please sign in to comment.