greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 15379

Show
Ignore:
Timestamp:
2008-05-09 15:02:25 (3 months ago)
Author:
ak19
Message:

Removed the html bold formatting as they had no effect on already-bold dialog text and showed up as tags instead

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • other-projects/trunk/gs3-webservices-democlient/src/GS3DemoClient/org/greenstone/gs3client/dlservices/GS3ServicesAPIA.java

    r15376 r15379  
    110110        // field if it can not find a wsdlURL property in the propertiesFile 
    111111        wsdlURL = JOptionPane.showInputDialog( 
    112                         "Enter the URL of the <b>wsdl</b> file of GS3's <b>QBRSOAPServer</b> web services", 
     112                        "Enter the URL of the wsdl file of GS3's QBRSOAPServer web services", 
    113113                        properties.getProperty("wsdlURL", GS3WebServicesQBRAPI.defaultWsdlURL) 
    114114                );