diff options
Diffstat (limited to 'time_wizard')
-rw-r--r-- | time_wizard/time.wiz | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/time_wizard/time.wiz b/time_wizard/time.wiz index 508fedfa..9a4c7dcf 100644 --- a/time_wizard/time.wiz +++ b/time_wizard/time.wiz @@ -3,10 +3,10 @@ <Wizard name="general" - libScript="/usr/share/wizards/common/scripts/functions.sh" + libScript="__WIZ_HOME__/common/scripts/functions.sh" wizardTitle="Time wizard" imagePosition="top" - defaultImage="/usr/share/wizards/time_wizard/images/Time" + defaultImage="__WIZ_HOME__/time_wizard/images/Time" > <Variable @@ -61,7 +61,7 @@ <Page helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-time.html" name="welcome" - 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" @@ -116,7 +116,7 @@ <Page helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-time.html" name="choice_setting" - jumpScript="/usr/share/wizards/time_wizard/scripts/handle_local_internet.sh" + jumpScript="__WIZ_HOME__/time_wizard/scripts/handle_local_internet.sh" executionLevel="NORMAL" nextFinish="false" canBack="true" @@ -220,7 +220,7 @@ <Page helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-time.html" name="no_network" - jumpScript="/usr/share/wizards/time_wizard/scripts/install_rpm.sh" + jumpScript="__WIZ_HOME__/time_wizard/scripts/install_rpm.sh" executionLevel="NORMAL" nextFinish="false" canBack="true" @@ -268,7 +268,7 @@ <Page helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-time.html" name="no_tools" - jumpScript="/usr/share/wizards/time_wizard/scripts/install_rpm.sh" + jumpScript="__WIZ_HOME__/time_wizard/scripts/install_rpm.sh" executionLevel="NORMAL" nextFinish="false" canBack="true" @@ -311,7 +311,7 @@ <Page helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-time.html" name="not_installed" - jumpScript="/usr/share/wizards/time_wizard/scripts/test_tools.sh" + jumpScript="__WIZ_HOME__/time_wizard/scripts/test_tools.sh" executionLevel="NORMAL" nextFinish="false" canBack="true" @@ -740,7 +740,7 @@ name="wiz_timezone" variableName="wiz_timezone" defaultOptionScript="get_var wiz_timezone" - fillScript="/usr/share/wizards/time_wizard/scripts/compute_liste.sh" + fillScript="__WIZ_HOME__/time_wizard/scripts/compute_liste.sh" helpText="Choose a time zone:" helpFontName="Default" helpFontStyle="plain" @@ -753,7 +753,7 @@ <Page helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-time.html" name="test_server" - jumpScript="/usr/share/wizards/time_wizard/scripts/test_timeservers.sh" + jumpScript="__WIZ_HOME__/time_wizard/scripts/test_timeservers.sh" executionLevel="NORMAL" nextFinish="false" canBack="true" @@ -834,7 +834,7 @@ <Page helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-time.html" name="server_not_responding" - jumpScript="/usr/share/wizards/time_wizard/scripts/handle_no_network.sh" + jumpScript="__WIZ_HOME__/time_wizard/scripts/handle_no_network.sh" executionLevel="NORMAL" nextFinish="false" canBack="true" @@ -954,7 +954,7 @@ <Page helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-time.html" name="error_need_net" - subWizard="/usr/share/wizards/server_wizard/server.wiz" + subWizard="__WIZ_HOME__/server_wizard/server.wiz" executionLevel="NORMAL" nextFinish="false" canBack="false" |