summarylogtreecommitdiffstats
path: root/evelauncher.shlib
diff options
context:
space:
mode:
Diffstat (limited to 'evelauncher.shlib')
-rw-r--r--evelauncher.shlib3
1 files changed, 1 insertions, 2 deletions
diff --git a/evelauncher.shlib b/evelauncher.shlib
index 4adaee57ed3b..4a219170696c 100644
--- a/evelauncher.shlib
+++ b/evelauncher.shlib
@@ -18,12 +18,11 @@ check_custom_wine() {
if [ "x$UCW" = "xtrue" ] ;then
WINEPATH=${CUSTOMWP%/*}
else
- desktop_msg "INFO: \"Use custom Wine\" not set, using internal version."
CUSTOMWP=${SHAREDIR}wine
WINEPATH=${SHAREDIR}wine/bin
fi
if [ ! -x "$WINEPATH/wine" ] ;then
- desktop_msg "ERROR: \"$CUSTOMWP\" from \"Custom Wine path\" not found!"
+ desktop_msg "ERROR: \"$CUSTOMWP\" not found!"
exit 1
fi
}