Fixed quoting of KDE desktop entry.

This commit is contained in:
Michael Cardenas 2002-05-01 18:05:57 +00:00 committed by Alexandre Julliard
parent 8fc98cdef8
commit c4e9ea1a7e
1 changed files with 1 additions and 1 deletions

View File

@ -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