Revision 38608 branches/v2_0_0_prep/libraries/libCorePlugin/src/org/gvsig/coreplugin/mdiManager/WindowStackSupport.java

View differences:

WindowStackSupport.java
95 95
		Menu m = new Menu();
96 96
		m.setActionCommand(""+id);
97 97
		m.setTooltip(PluginServices.getText(this, "activa_la_ventana"));
98
		m.setText("Ventana/"+vi.getTitle());
98
		m.setText("Window/"+vi.getTitle());
99 99
		/* get the first free mnemonic (if any) and assign */
100 100
		for ( int i=0; i < 10; i++) {
101 101
			if ( key_free[i]) {

Also available in: Unified diff