Changeset 1505

Show
Ignore:
Timestamp:
10/16/08 03:46:38 (3 months ago)
Author:
astormont
Message:

Slight gdi plus namechange

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wine-doors/trunk/repos/libraries.repo/gdiplus-1/pack.xml

    r1348 r1505  
    11<ApplicationPack> 
    2   <name lang="en">gdiplus Windows XP Library</name> 
     2  <name lang="en">Graphics Device Interface Plus</name> 
    33  <shortname>gdiplus</shortname> 
    44  <description>gdiplus Windows XP Library</description> 
  • wine-doors/trunk/src/application.py

    r1480 r1505  
    484484 
    485485            if not icon: 
    486                 log.Debug("No icon for the desktop file") 
     486                log.Warn("No icon for the desktop file") 
    487487 
    488488            # Santitise the inputted run file, this is a fairly useful pattern, 
  • wine-doors/trunk/src/wine.py

    r1501 r1505  
    332332              "WDPREFIX=\"" + preferences['prefix'] + "\" " + \ 
    333333              "WINEPREFIX=\"" + preferences['wineroot'] + "\" " + \ 
     334              "WINE=\"" + preferences['winebinary'] + "\" " + \ 
    334335              run + \ 
    335336              argstring + \