~ubuntu-branches/ubuntu/trusty/freeguide/trusty

« back to all changes in this revision

Viewing changes to src/freeguide/plugins/program/freeguide/lib/fgspecific/PluginInfo.java

  • Committer: Bazaar Package Importer
  • Author(s): Shaun Jackman
  • Date: 2007-09-11 16:52:59 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070911165259-4r32oke21i1ezbmv
Tags: 0.10.5-1
* New upstream release.
* Update the watch file.
* Change Debian policy to version 3.7.2.2. No changes necessary.
* Add ant-optional to build dependencies. Closes: #441762.

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
    public String getName(  )
79
79
    {
80
80
        return instance.getLocalizer(  )
81
 
                       .getLocalizedMessage( 
82
 
            instance.getI18nName(  ) + "_name" );
 
81
                       .getString( instance.getI18nName(  ) + "_name" );
83
82
    }
84
83
 
85
84
    /**
100
99
    public String getDescription(  )
101
100
    {
102
101
        return instance.getLocalizer(  )
103
 
                       .getLocalizedMessage( 
104
 
            instance.getI18nName(  ) + "desc" );
 
102
                       .getString( instance.getI18nName(  ) + "_desc" );
105
103
    }
106
104
 
107
105
    /**
196
194
     * @throws SAXException DOCUMENT_ME!
197
195
     */
198
196
 
199
 
    /*public void endElement( String uri, String localName, String qName )
200
 
        throws SAXException
201
 
    {
202
 
    }*/
 
197
    /*
 
198
     * public void endElement( String uri, String localName, String qName )
 
199
     * throws SAXException { }
 
200
     */
203
201
    /**
204
202
     * DOCUMENT_ME!
205
203
     *