Changeset 17846


Ignore:
Timestamp:
2008-11-13T10:01:22+13:00 (15 years ago)
Author:
oranfry
Message:

corrected the property name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/uninstaller/Uninstaller.java

    r17839 r17846  
    265265            String smp = null;
    266266            try {
    267                 smp = getPropertyValue( "startmenu.path", gs2InstallProps );
     267                smp = getPropertyValue( "installed.startmenu.path", gs2InstallProps );
    268268            } catch ( Exception e ) {
    269269                System.err.println( e.getMessage() );
     
    275275            String smp = null;
    276276            try {
    277                 smp = getPropertyValue( "startmenu.path", gs3InstallProps );
     277                smp = getPropertyValue( "installed.startmenu.path", gs3InstallProps );
    278278            } catch ( Exception e ) {
    279279                System.err.println( e.getMessage() );
Note: See TracChangeset for help on using the changeset viewer.