Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/Qt4/QtMainWindow.cpp

    rf62e60 rf0cf79  
    7878#include "Actions/WorldAction/OutputAsAction.hpp"
    7979
     80#include "version.h"
    8081
    8182using namespace MoleCuilder;
     
    8586{
    8687  Q_INIT_RESOURCE(icons);
     88  setWindowTitle(MOLECUILDERVERSION);
    8789  theApp->setWindowIcon(QIcon(QPixmap(":/molecuildergui_logo.png")));
    8890  QCoreApplication::setOrganizationName("ins");
Note: See TracChangeset for help on using the changeset viewer.