Skip to content
Snippets Groups Projects
Commit be9c16ee authored by Stéphane Albert's avatar Stéphane Albert
Browse files

ENH: Fixed " (Debug)" display in Monteverdi window title bar.

parent ffcaebf3
Branches
Tags
No related merge requests found
......@@ -222,7 +222,7 @@ MainWindow
setObjectName( PROJECT_NAME );
#ifdef OTB_DEBUG
setWindowTitle( PROJECT_NAME "(Debug)" );
setWindowTitle( PROJECT_NAME " (Debug)" );
#else // OTB_DEBUG
setWindowTitle( PROJECT_NAME );
#endif // OTB_DEBUG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment