summaryrefslogtreecommitdiff
path: root/noncore/tools/opie-sh/scripts/opie-sh-wavelanchooser.sh
Unidiff
Diffstat (limited to 'noncore/tools/opie-sh/scripts/opie-sh-wavelanchooser.sh') (more/less context) (ignore whitespace changes)
-rwxr-xr-xnoncore/tools/opie-sh/scripts/opie-sh-wavelanchooser.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/tools/opie-sh/scripts/opie-sh-wavelanchooser.sh b/noncore/tools/opie-sh/scripts/opie-sh-wavelanchooser.sh
index 13a1e79..49c62c4 100755
--- a/noncore/tools/opie-sh/scripts/opie-sh-wavelanchooser.sh
+++ b/noncore/tools/opie-sh/scripts/opie-sh-wavelanchooser.sh
@@ -16,16 +16,16 @@
16# 16#
17# 20020528-1 - fixed filename in cleanup 17# 20020528-1 - fixed filename in cleanup
18# 20020526-1 - rudimental but working 18# 20020526-1 - rudimental but working
19# 20020524-1 - initial working release planned 19# 20020524-1 - initial working release planned
20# 20#
21 21
22OPIE_SH=opie-sh 22OPIE_SH=$OPIEDIR/bin/opie-sh
23 23
24about() { 24about() {
25 ( echo "<img src=/opt/QtPalmtop/pics/opie-sh-scripts/qtwavelan.png>" 25 ( echo "<img src=$OPIEDIR/pics/opie-sh-scripts/qtwavelan.png>"
26 echo "<h3>About</h3>" 26 echo "<h3>About</h3>"
27 echo "This little App is for changing the location setting" 27 echo "This little App is for changing the location setting"
28 echo "for your wireless card. <br>" 28 echo "for your wireless card. <br>"
29 echo "actually it only starts /etc/init.d/[home|work] and can" 29 echo "actually it only starts /etc/init.d/[home|work] and can"
30 echo "be easily turned into a quick program to start the service" 30 echo "be easily turned into a quick program to start the service"
31 echo "or init script you use most." 31 echo "or init script you use most."