Skip to content
Snippets Groups Projects
Commit b8505d98 authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

ENH:remove 'version' from qt main window

parent fc59bdc9
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ int main(int argc, char* argv[])
// (progress, logs...)
QMainWindow* mainWindow = new QMainWindow();
mainWindow->setWindowIcon(QIcon( ":/otb_small.png" ));
mainWindow->setWindowTitle(QString(app->GetDocName()).append(" - version ").append(OTB_VERSION_STRING));
mainWindow->setWindowTitle(QString(app->GetDocName()).append(" - ").append(OTB_VERSION_STRING));
// Create GUI based on module
QtWidgetView* gui = new QtWidgetView(app);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment