]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Typos cge/cmake_app
authorCamille GOUTTEBROZE <camille.gouttebroze@cea.fr>
Tue, 9 Dec 2014 13:33:01 +0000 (14:33 +0100)
committerCamille GOUTTEBROZE <camille.gouttebroze@cea.fr>
Tue, 9 Dec 2014 13:33:01 +0000 (14:33 +0100)
src/AppQuickStart/app-template/doc/conf.py.in
src/AppQuickStart/app-template/resources/CMakeLists.txt
src/AppQuickStart/app-template/resources/SalomeApp.xml.in

index 04f3b6d0523089bc68a1a7ba1d9666605e957e38..2d168f083ad07271e97f7935eb91ed0302ca5c75 100644 (file)
@@ -113,7 +113,7 @@ html_theme = 'default'
 # Add any paths that contain custom static files (such as style sheets) here,
 # relative to this directory. They are copied after the builtin static files,
 # so a file named "default.css" will overwrite the builtin "default.css".
-html_static_path = ['@SALOME_[NAME_OF_APPLICATION]_INSTALL_DOC_GUI@/_static']
+html_static_path = ['@SALOME_[NAME_OF_APPLICATION]_PROFILE_INSTALL_DOC_GUI@/_static']
 
 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
 # using the given strftime format.
index 7b70ae1f9dedf97054ac41b13dab188f2dd0d737..c3a4cae28b8885b02a6e90b99084d8e2aff51390 100644 (file)
@@ -18,7 +18,7 @@
 #
 
 # --- resources ---
-SET([NAME_OF_APPLICATION]_RESOURCES_FILES
+SET([NAME_OF_APPLICATION]_PROFILE_RESOURCES_FILES
   app_icon.png
   splash.png
   about.png
index 50f91513443fd234286f798f84ea9602283e7206..3a992ce480f09ebf9d70e69db927d5faca9e6752 100644 (file)
@@ -17,7 +17,7 @@
     <parameter name="standalone" value=""/>
   </section>
   <section name="splash">
-    <parameter name="image" value="%[NAME_OF_APPLICATION]_PROFILE_ROOT_DIR%/share/salome/resources/(name_of_application)/splash.png"/>
+    <parameter name="image" value="%<Name_of_Application>_PROFILE_ROOT_DIR%/share/salome/resources/(name_of_application)_profile/splash.png"/>
     <parameter name="text_colors" value="#ffffff|#000000"/>
     <parameter name="show_percents" value="yes"/>
     <parameter name="show_progress" value="yes"/>
@@ -25,6 +25,6 @@
     <parameter name="font" value="Xirod,12,normal"/>
   </section>
   <section name="resources">
-    <parameter name="LightApp" value="%[NAME_OF_APPLICATION]_PROFILE_ROOT_DIR%/share/salome/resources/(name_of_application)"/>
+    <parameter name="LightApp" value="%<Name_of_Application>_PROFILE_ROOT_DIR%/share/salome/resources/(name_of_application)_profile"/>
   </section>
 </document>