summaryrefslogtreecommitdiff
blob: dc010f2f4c5483caafcf8ec7bfba976900a68321 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
diff -ur winetools-0.9jo-III.orig/wt0.9jo winetools-0.9jo-III/wt0.9jo
--- winetools-0.9jo-III.orig/wt0.9jo	2005-12-23 15:39:07.000000000 +0100
+++ winetools-0.9jo-III/wt0.9jo	2005-12-23 15:51:01.000000000 +0100
@@ -3197,7 +3197,7 @@
 ;;
 
 1)
-    clear
+#    clear
 ;;
 esac
 }
@@ -3294,11 +3294,11 @@
   fi
 fi
 
-if [ "$WINEVER" = "0.9" -o "$WINEVER" = "0.9.1" -o "$WINEVER" = "0.9.2" -o "$WINEVER" = "0.9.3" ]; then
-  echo "`eval_gettext "Version of Wine is OK."`"
-else
-  $DIALOG --title "`eval_gettext "*** NOTICE ***"`" --msgbox "`eval_gettext "WineTools is tested with Wine 0.9 - Beta.\nYou use a different version so the results are unpredictable."`" 9 60
-fi
+#if [ "$WINEVER" = "0.9" -o "$WINEVER" = "0.9.1" -o "$WINEVER" = "0.9.2" -o "$WINEVER" = "0.9.3" ]; then
+#  echo "`eval_gettext "Version of Wine is OK."`"
+#else
+#  $DIALOG --title "`eval_gettext "*** NOTICE ***"`" --msgbox "`eval_gettext "WineTools is tested with Wine 0.9 - Beta.\nYou use a different version so the results are unpredictable."`" 9 60
+#fi
 
 echo "`eval_gettext "Calls to wine are executed as "`" "\"$WINE\"."
 echo "`eval_gettext "Config is $CONFIG."`"