- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Qt4/QtMainWindow.cpp
rf62e60 rf0cf79 78 78 #include "Actions/WorldAction/OutputAsAction.hpp" 79 79 80 #include "version.h" 80 81 81 82 using namespace MoleCuilder; … … 85 86 { 86 87 Q_INIT_RESOURCE(icons); 88 setWindowTitle(MOLECUILDERVERSION); 87 89 theApp->setWindowIcon(QIcon(QPixmap(":/molecuildergui_logo.png"))); 88 90 QCoreApplication::setOrganizationName("ins");
Note:
See TracChangeset
for help on using the changeset viewer.