From fa84ba8628d89c2b4ec11f861747367e346ceefd Mon Sep 17 00:00:00 2001 From: Camille GOUTTEBROZE Date: Tue, 9 Dec 2014 14:33:01 +0100 Subject: [PATCH] Typos --- src/AppQuickStart/app-template/doc/conf.py.in | 2 +- src/AppQuickStart/app-template/resources/CMakeLists.txt | 2 +- src/AppQuickStart/app-template/resources/SalomeApp.xml.in | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/AppQuickStart/app-template/doc/conf.py.in b/src/AppQuickStart/app-template/doc/conf.py.in index 04f3b6d05..2d168f083 100644 --- a/src/AppQuickStart/app-template/doc/conf.py.in +++ b/src/AppQuickStart/app-template/doc/conf.py.in @@ -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. diff --git a/src/AppQuickStart/app-template/resources/CMakeLists.txt b/src/AppQuickStart/app-template/resources/CMakeLists.txt index 7b70ae1f9..c3a4cae28 100644 --- a/src/AppQuickStart/app-template/resources/CMakeLists.txt +++ b/src/AppQuickStart/app-template/resources/CMakeLists.txt @@ -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 diff --git a/src/AppQuickStart/app-template/resources/SalomeApp.xml.in b/src/AppQuickStart/app-template/resources/SalomeApp.xml.in index 50f915134..3a992ce48 100644 --- a/src/AppQuickStart/app-template/resources/SalomeApp.xml.in +++ b/src/AppQuickStart/app-template/resources/SalomeApp.xml.in @@ -17,7 +17,7 @@
- + @@ -25,6 +25,6 @@
- +
-- 2.39.2