Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 46390 | Differences between
and this patch

Collapse All | Expand All

(-)winetools-0.9jo-III.orig/wt0.9jo (-6 / +6 lines)
Lines 3197-3203 Link Here
3197
;;
3197
;;
3198
3198
3199
1)
3199
1)
3200
    clear
3200
#    clear
3201
;;
3201
;;
3202
esac
3202
esac
3203
}
3203
}
Lines 3294-3304 Link Here
3294
  fi
3294
  fi
3295
fi
3295
fi
3296
3296
3297
if [ "$WINEVER" = "0.9" -o "$WINEVER" = "0.9.1" -o "$WINEVER" = "0.9.2" -o "$WINEVER" = "0.9.3" ]; then
3297
#if [ "$WINEVER" = "0.9" -o "$WINEVER" = "0.9.1" -o "$WINEVER" = "0.9.2" -o "$WINEVER" = "0.9.3" ]; then
3298
  echo "`eval_gettext "Version of Wine is OK."`"
3298
#  echo "`eval_gettext "Version of Wine is OK."`"
3299
else
3299
#else
3300
  $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
3300
#  $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
3301
fi
3301
#fi
3302
3302
3303
echo "`eval_gettext "Calls to wine are executed as "`" "\"$WINE\"."
3303
echo "`eval_gettext "Calls to wine are executed as "`" "\"$WINE\"."
3304
echo "`eval_gettext "Config is $CONFIG."`"
3304
echo "`eval_gettext "Config is $CONFIG."`"

Return to bug 46390