Revision 6984 trunk/libraries/libInternationalization/src-utils/org/gvsig/i18n/utils/Keys.java

View differences:

Keys.java
342 342
						
343 343
						
344 344
					}
345
					/*else if (tagname.equals("extension")) {
346
						attribute = parser.getAttributeValue(null, "description");
347
						if (attribute!=null) {
345
					else if (tagname.equals("combo-scale")) {
346
						attribute = parser.getAttributeValue(null, "label");
347
						if (attribute!=null && !attribute.equals("")) {
348 348
							keys.add(attribute);
349 349
						}
350
					}*/
350
					}
351

  
351 352
				}
352 353
			}	
353 354
		} catch (XmlPullParserException e1) {

Also available in: Unified diff