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

ENH: Added OTB prefix to version in Monteverdi about-dialog.

parent 8a005426
No related branches found
No related tags found
No related merge requests found
......@@ -86,8 +86,10 @@ MaplaApplication
setObjectName( "MaplaApplication" );
InitializeCore(
"Monteverdi Application Launcher", Monteverdi_VERSION_STRING,
"OrfeoToolBox", "orfeo-toolbox.org"
"Monteverdi Application Launcher",
QString( "OTB %1" ).arg( OTB_VERSION_STRING ),
"OrfeoToolBox",
"orfeo-toolbox.org"
);
}
......
......@@ -128,7 +128,7 @@ Application
setObjectName( "Application" );
InitializeCore(
PROJECT_NAME, Monteverdi_VERSION_STRING,
PROJECT_NAME, QString( "OTB %1" ).arg( OTB_VERSION_STRING ),
"OrfeoToolBox", "orfeo-toolbox.org"
);
......
......@@ -80,7 +80,7 @@
</font>
</property>
<property name="text">
<string>Version M.m.pl (codename)</string>
<string>OTB version M.m.pl (codename)</string>
</property>
</widget>
</item>
......
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