Changeset 1505
- Timestamp:
- 10/16/08 03:46:38 (3 months ago)
- Files:
-
- wine-doors/trunk/repos/libraries.repo/gdiplus-1/pack.xml (modified) (1 diff)
- wine-doors/trunk/src/application.py (modified) (1 diff)
- wine-doors/trunk/src/wine.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wine-doors/trunk/repos/libraries.repo/gdiplus-1/pack.xml
r1348 r1505 1 1 <ApplicationPack> 2 <name lang="en"> gdiplus Windows XP Library</name>2 <name lang="en">Graphics Device Interface Plus</name> 3 3 <shortname>gdiplus</shortname> 4 4 <description>gdiplus Windows XP Library</description> wine-doors/trunk/src/application.py
r1480 r1505 484 484 485 485 if not icon: 486 log. Debug("No icon for the desktop file")486 log.Warn("No icon for the desktop file") 487 487 488 488 # Santitise the inputted run file, this is a fairly useful pattern, wine-doors/trunk/src/wine.py
r1501 r1505 332 332 "WDPREFIX=\"" + preferences['prefix'] + "\" " + \ 333 333 "WINEPREFIX=\"" + preferences['wineroot'] + "\" " + \ 334 "WINE=\"" + preferences['winebinary'] + "\" " + \ 334 335 run + \ 335 336 argstring + \
