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