diff options
author | Arnaud Desmons <adesmons@mandriva.com> | 2002-08-06 07:56:33 +0000 |
---|---|---|
committer | Arnaud Desmons <adesmons@mandriva.com> | 2002-08-06 07:56:33 +0000 |
commit | c43e935b3d59a6398f34fb8061a34b40416e2b56 (patch) | |
tree | 69eaecfb63d6aae8d850a5670b5cf3cc18f932fc /news_wizard | |
parent | 0aa2de35d54fdc40244b46212979e53d32b8497c (diff) | |
download | drakwizard-c43e935b3d59a6398f34fb8061a34b40416e2b56.tar drakwizard-c43e935b3d59a6398f34fb8061a34b40416e2b56.tar.gz drakwizard-c43e935b3d59a6398f34fb8061a34b40416e2b56.tar.bz2 drakwizard-c43e935b3d59a6398f34fb8061a34b40416e2b56.tar.xz drakwizard-c43e935b3d59a6398f34fb8061a34b40416e2b56.zip |
bad dir for scripts
Diffstat (limited to 'news_wizard')
-rw-r--r-- | news_wizard/news.wiz | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news_wizard/news.wiz b/news_wizard/news.wiz index f934bc50..00a5e728 100644 --- a/news_wizard/news.wiz +++ b/news_wizard/news.wiz @@ -116,7 +116,7 @@ <Page name="ask_news_server" helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-news.html" - jumpScript="__WIZ_HOME__/news_wizard/check_news_server.sh" + jumpScript="__WIZ_HOME__/news_wizard/scripts/check_news_server.sh" executionLevel="NORMAL" nextFinish="false" canBack="true" @@ -277,7 +277,7 @@ <Page name="ask_news_freq" helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-news.html" - jumpScript="__WIZ_HOME__/news_wizard/check_valid_hours.sh" + jumpScript="__WIZ_HOME__/news_wizard/scripts/check_valid_hours.sh" executionLevel="NORMAL" nextFinish="false" canBack="true" |