From cb54fe66bcb185a9e3a60f3e85b1ee5c4a29d4c2 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 27 Sep 2004 20:32:50 +0000 Subject: [PATCH] Remove -- from shell entries, since wine no longer filters it. --- tools/wineshelllink | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/wineshelllink b/tools/wineshelllink index 1a0492fb31a..c1a27b6a4a1 100755 --- a/tools/wineshelllink +++ b/tools/wineshelllink @@ -84,7 +84,7 @@ kde_entry() # KDE Config File [KDE Desktop Entry] Name=$xname -Exec=wine '$path' -- $args +Exec=wine '$path' $args Type=Application Comment=$descr EOF @@ -98,7 +98,7 @@ gnome_entry() cat <