Revision 12621

View differences:

branches/v10/frameworks/_fwAndami/src/com/iver/andami/ui/wizard/UnsavedDataPanel.java
56 56
	private ArrayList listeners = new ArrayList();
57 57
	private JLabel lblResourceDescription = null;
58 58
	private IUnsavedData[] unsavedDataList;
59
	private String windowTitle = PluginServices.getText(this, "save_resources");
59 60

  
60 61

  
61 62

  
......
273 274
		WindowInfo wi = new WindowInfo(WindowInfo.MODALDIALOG
274 275
				| WindowInfo.RESIZABLE
275 276
				| WindowInfo.MAXIMIZABLE);
276
		wi.setTitle(PluginServices.getText(this, "save_resources"));
277
		wi.setTitle(windowTitle);
277 278
		wi.setHeight(500);
278 279
		wi.setWidth(400);
279 280
		return wi;
280 281
	}
281 282

  
283
	public void setWindowTitle(String windowTitle) {
284
		this.windowTitle = windowTitle;
285
	}
286
	
282 287
	/**
283 288
	 * Register a listener to call
284 289
	 *

Also available in: Unified diff