Revision 12733 branches/CatalogYNomenclator_v1_1_0_1005/applications/appCatalogYNomenclatorClient/src/es/gva/cit/catalogClient/ui/search/SearchButtonPanel.java

View differences:

SearchButtonPanel.java
52 52
 *
53 53
 * $Id$
54 54
 * $Log$
55
 * Revision 1.1.2.2  2007-07-13 12:00:35  jorpiell
55
 * Revision 1.1.2.3  2007-07-23 07:14:24  jorpiell
56
 * Catalog refactoring
57
 *
58
 * Revision 1.1.2.2  2007/07/13 12:00:35  jorpiell
56 59
 * Add the posibility to add a new panel
57 60
 *
58 61
 * Revision 1.1.2.1  2007/07/11 13:01:50  jorpiell
......
113 116
	private void initLabels(){
114 117
		searchButton.setText(Messages.getText("searchButton"));
115 118
		closeButton.setText(Messages.getText("close"));
116
		lastButton.setText(Messages.getText("lastButton"));
117
		cancelButton.setText(Messages.getText("cancelButton"));
119
		lastButton.setText(Messages.getText("last"));
120
		cancelButton.setText(Messages.getText("cancel"));
118 121
	}
119 122
	
120 123
	/**

Also available in: Unified diff