From: bruce m. <tr...@us...> - 2004-07-24 18:33:03
|
Update of /cvsroot/babeldoc/babeldoc/modules/gui/src/com/babeldoc/gui/wizard/addstage In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5206/modules/gui/src/com/babeldoc/gui/wizard/addstage Modified Files: GetStageDetailsWizardPanel.java Log Message: Wrong language on the wizard screen Index: GetStageDetailsWizardPanel.java =================================================================== RCS file: /cvsroot/babeldoc/babeldoc/modules/gui/src/com/babeldoc/gui/wizard/addstage/GetStageDetailsWizardPanel.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** GetStageDetailsWizardPanel.java 24 Jul 2004 18:07:53 -0000 1.5 --- GetStageDetailsWizardPanel.java 24 Jul 2004 18:32:53 -0000 1.6 *************** *** 143,147 **** panel = new JPanel(); panel.setLayout(new BoxLayout(panel, BoxLayout.LINE_AXIS)); ! panel.add(new JLabel(I18n.get("gui.wizard.addstage.setentrystage.stagename"))); String[] stagetypes = getModel().getAllPipelineStageTypes(); --- 143,147 ---- panel = new JPanel(); panel.setLayout(new BoxLayout(panel, BoxLayout.LINE_AXIS)); ! panel.add(new JLabel(I18n.get("gui.wizard.addstage.setentrystage.stagetype"))); String[] stagetypes = getModel().getAllPipelineStageTypes(); |