diff options
Diffstat (limited to 'news_wizard/news.wiz')
-rw-r--r-- | news_wizard/news.wiz | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/news_wizard/news.wiz b/news_wizard/news.wiz index 478c7c2e..497b0ce4 100644 --- a/news_wizard/news.wiz +++ b/news_wizard/news.wiz @@ -3,11 +3,11 @@ <Wizard name="general" - libScript="/usr/share/wizards/common/scripts/functions.sh" + libScript="__WIZ_HOME__/common/scripts/functions.sh" wizardTitle="News Wizard" imagePosition="top" - defaultImage="/usr/share/wizards/news_wizard/images/news" - perlModule="/usr/share/wizards/news_wizard/scripts/Newsconf.pm" + defaultImage="__WIZ_HOME__/news_wizard/images/news" + perlModule="__WIZ_HOME__/news_wizard/scripts/Newsconf.pm" > <Variable @@ -31,7 +31,7 @@ <Page name="Welcome" helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-news.html" - jumpScript="/usr/share/wizards/common/scripts/check.sh root wiz_ip_net" + jumpScript="__WIZ_HOME__/common/scripts/check.sh root wiz_ip_net" executionLevel="NORMAL" nextFinish="false" canBack="true" @@ -71,7 +71,7 @@ <Page name="ask_news_server" helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-news.html" - jumpScript="/usr/share/wizards/news_wizard/scripts/check_news_server.sh" + jumpScript="__WIZ_HOME__/news_wizard/scripts/check_news_server.sh" executionLevel="NORMAL" nextFinish="false" canBack="true" @@ -139,7 +139,7 @@ <Page name="ask_news_freq" helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-news.html" - jumpScript="/usr/share/wizards/news_wizard/scripts/check_valid_hours.sh" + jumpScript="__WIZ_HOME__/news_wizard/scripts/check_valid_hours.sh" executionLevel="NORMAL" nextFinish="false" canBack="true" @@ -319,7 +319,7 @@ needed to configure your Internet News Service:" <Page name="error_need_net" helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-news.html" - subWizard="/usr/share/wizards/server_wizard/server.wiz" + subWizard="__WIZ_HOME__/server_wizard/server.wiz" executionLevel="NORMAL" nextFinish="false" canBack="false" |