diff options
author | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-04-10 19:19:38 +0000 |
---|---|---|
committer | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-04-10 19:19:38 +0000 |
commit | 4352f9c0eb6f6400ef03fd71a4d4d09fab550acf (patch) | |
tree | 048980a8a46c532cb7ea2c6dfe315016b61a6805 /pdf-over-gui/src/main/resources | |
parent | 0dd186ac6277292cd8af7555952a67abeda9ec92 (diff) | |
download | pdf-over-4352f9c0eb6f6400ef03fd71a4d4d09fab550acf.tar.gz pdf-over-4352f9c0eb6f6400ef03fd71a4d4d09fab550acf.tar.bz2 pdf-over-4352f9c0eb6f6400ef03fd71a4d4d09fab550acf.zip |
Include app name in uninstaller
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@258 174cde9d-5d70-4d2a-aa98-46368bc2aaf7
Diffstat (limited to 'pdf-over-gui/src/main/resources')
-rw-r--r-- | pdf-over-gui/src/main/resources/izpack/win_shortcutSpec.xml | 2 | ||||
-rw-r--r-- | pdf-over-gui/src/main/resources/izpack/win_shortcutSpec_deu.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec.xml b/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec.xml index 38c3ec24..130b781a 100644 --- a/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec.xml +++ b/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec.xml @@ -25,7 +25,7 @@ </shortcut> <shortcut - name="Uninstall" + name="Uninstall PDF-Over" programGroup="yes" desktop="no" applications="no" diff --git a/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec_deu.xml b/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec_deu.xml index 8e74ccd4..ed1db5fc 100644 --- a/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec_deu.xml +++ b/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec_deu.xml @@ -25,7 +25,7 @@ </shortcut> <shortcut - name="Deinstallieren" + name="PDF-Over deinstallieren" programGroup="yes" desktop="no" applications="no" |