greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 17846

Show
Ignore:
Timestamp:
2008-11-13 10:01:22 (2 months ago)
Author:
oranfry
Message:

corrected the property name

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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() );