[jsword-svn] common/java/config/org/crosswire/common/config/swing s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Wed Feb 16 20:40:16 MST 2005


Update of /cvs/jsword/common/java/config/org/crosswire/common/config/swing
In directory www.crosswire.org:/tmp/cvs-serv10098/java/config/org/crosswire/common/config/swing

Modified Files:
	Msg.java ConfigEditorFactory.java Msg.properties 
Log Message:
Fix for JS-9.

Index: Msg.properties
===================================================================
RCS file: /cvs/jsword/common/java/config/org/crosswire/common/config/swing/Msg.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Msg.properties	14 Jun 2004 05:27:31 -0000	1.1
--- Msg.properties	17 Feb 2005 03:40:14 -0000	1.2
***************
*** 22,23 ****
--- 22,24 ----
  OptionsField.NoOptions=No Options Set
  WizardConfigEditor.PropertiesPosn=Properties ({0} out of {1})
+ ConfigEditorFactory.ConfigFileFailed=Could not save config file: {0}
\ No newline at end of file

Index: ConfigEditorFactory.java
===================================================================
RCS file: /cvs/jsword/common/java/config/org/crosswire/common/config/swing/ConfigEditorFactory.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ConfigEditorFactory.java	15 Jan 2005 12:05:33 -0000	1.4
--- ConfigEditorFactory.java	17 Feb 2005 03:40:14 -0000	1.5
***************
*** 100,104 ****
              try
              {
!                 config.localToApplication(false);
                  config.localToPermanent(url);
              }
--- 100,104 ----
              try
              {
!                 config.localToApplication();
                  config.localToPermanent(url);
              }

Index: Msg.java
===================================================================
RCS file: /cvs/jsword/common/java/config/org/crosswire/common/config/swing/Msg.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Msg.java	28 Apr 2004 22:35:38 -0000	1.1
--- Msg.java	17 Feb 2005 03:40:14 -0000	1.2
***************
*** 30,34 ****
  {
      static final Msg EDIT = new Msg("ColorField.Edit"); //$NON-NLS-1$
!     static final Msg CONFIG_SAVE_FAILED = new Msg("ConfigEditorFactory.Could not save config file: {0}"); //$NON-NLS-1$
      static final Msg SELECT_FONT = new Msg("FontField.SelectFont"); //$NON-NLS-1$
      static final Msg CLASS = new Msg("MapField.Class"); //$NON-NLS-1$
--- 30,34 ----
  {
      static final Msg EDIT = new Msg("ColorField.Edit"); //$NON-NLS-1$
!     static final Msg CONFIG_SAVE_FAILED = new Msg("ConfigEditorFactory.ConfigFileFailed"); //$NON-NLS-1$
      static final Msg SELECT_FONT = new Msg("FontField.SelectFont"); //$NON-NLS-1$
      static final Msg CLASS = new Msg("MapField.Class"); //$NON-NLS-1$



More information about the jsword-svn mailing list