diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2002-08-22 16:18:07 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2002-08-22 16:18:07 +0000 |
commit | 06f1b01191416ac81e3976938349e7208bf5a557 (patch) | |
tree | 56170974ad18df10821bff87b5894ded6f84c393 /time_wizard/time.wiz | |
parent | 4ded1b990f4c8ec20b47c9020413688cc9c3e9ef (diff) | |
download | drakwizard-06f1b01191416ac81e3976938349e7208bf5a557.tar drakwizard-06f1b01191416ac81e3976938349e7208bf5a557.tar.gz drakwizard-06f1b01191416ac81e3976938349e7208bf5a557.tar.bz2 drakwizard-06f1b01191416ac81e3976938349e7208bf5a557.tar.xz drakwizard-06f1b01191416ac81e3976938349e7208bf5a557.zip |
Add support for server-settings: for GNOME 2
Diffstat (limited to 'time_wizard/time.wiz')
-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 9a4c7dcf..508fedfa 100644 --- a/time_wizard/time.wiz +++ b/time_wizard/time.wiz @@ -3,10 +3,10 @@ <Wizard name="general" - libScript="__WIZ_HOME__/common/scripts/functions.sh" + libScript="/usr/share/wizards/common/scripts/functions.sh" wizardTitle="Time wizard" imagePosition="top" - defaultImage="__WIZ_HOME__/time_wizard/images/Time" + defaultImage="/usr/share/wizards/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="__WIZ_HOME__/common/scripts/check.sh root wiz_ip_net" + jumpScript="/usr/share/wizards/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="__WIZ_HOME__/time_wizard/scripts/handle_local_internet.sh" + jumpScript="/usr/share/wizards/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="__WIZ_HOME__/time_wizard/scripts/install_rpm.sh" + jumpScript="/usr/share/wizards/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="__WIZ_HOME__/time_wizard/scripts/install_rpm.sh" + jumpScript="/usr/share/wizards/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="__WIZ_HOME__/time_wizard/scripts/test_tools.sh" + jumpScript="/usr/share/wizards/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="__WIZ_HOME__/time_wizard/scripts/compute_liste.sh" + fillScript="/usr/share/wizards/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="__WIZ_HOME__/time_wizard/scripts/test_timeservers.sh" + jumpScript="/usr/share/wizards/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="__WIZ_HOME__/time_wizard/scripts/handle_no_network.sh" + jumpScript="/usr/share/wizards/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="__WIZ_HOME__/server_wizard/server.wiz" + subWizard="/usr/share/wizards/server_wizard/server.wiz" executionLevel="NORMAL" nextFinish="false" canBack="false" |