You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by vh...@apache.org on 2003/03/11 17:32:05 UTC

cvs commit: xml-batik/resources/org/apache/batik/apps/svgbrowser/resources GUI.properties

vhardy      2003/03/11 08:32:05

  Modified:    sources/org/apache/batik/apps/svgbrowser AboutDialog.java
               resources/org/apache/batik/apps/svgbrowser/resources
                        GUI.properties
  Log:
  Added Nicolas Socheleau to the list of commiters, reflecting his current status
  
  Revision  Changes    Path
  1.9       +2 -2      xml-batik/sources/org/apache/batik/apps/svgbrowser/AboutDialog.java
  
  Index: AboutDialog.java
  ===================================================================
  RCS file: /home/cvs/xml-batik/sources/org/apache/batik/apps/svgbrowser/AboutDialog.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- AboutDialog.java	6 Feb 2002 14:04:55 -0000	1.8
  +++ AboutDialog.java	11 Mar 2003 16:32:04 -0000	1.9
  @@ -165,7 +165,7 @@
   
           JTextArea contributors 
               = new JTextArea(Resources.getString(LABEL_CONTRIBUTORS)){ 
  -                    {setLineWrap(true); setWrapStyleWord(true); setEnabled(false); setRows(10); }
  +                    {setLineWrap(true); setWrapStyleWord(true); setEnabled(false); setRows(11); }
                   };
   
           contributors.setBorder(BorderFactory.createEmptyBorder(5, 10, 5, 10));
  
  
  
  1.56      +4 -4      xml-batik/resources/org/apache/batik/apps/svgbrowser/resources/GUI.properties
  
  Index: GUI.properties
  ===================================================================
  RCS file: /home/cvs/xml-batik/resources/org/apache/batik/apps/svgbrowser/resources/GUI.properties,v
  retrieving revision 1.55
  retrieving revision 1.56
  diff -u -r1.55 -r1.56
  --- GUI.properties	2 Aug 2002 20:26:05 -0000	1.55
  +++ GUI.properties	11 Mar 2003 16:32:04 -0000	1.56
  @@ -562,15 +562,15 @@
   AboutDialog.label.contributors = \n\
   Committers: \n\
   Thomas DeWeese, Bill Haneman, Vincent Hardy, Stephane Hillion, \
  -Dean Jackson, Christophe Jolif, Thierry Kormann, Bella Robinson, Emmanuel Tissandier \
  +Dean Jackson, Christophe Jolif, Thierry Kormann, Bella Robinson, , Nicolas Socheleau, \
  +Emmanuel Tissandier \
   \n\n\
   Contributors: \n\
   Curt Arnold, Bert Bos, James Davidson, Robert DiBlasi, \
   Paul Evenblij, Pier Fumagalli, Christophe Held, \
   Keiron Liddle, \
   Stefano Mazzochi, John Morisson, Andreas Neumann, Luan O'Carroll, \
  -Sheng Pei, Neeme Praks, Henri Ruini, Nicolas Socheleau,\
  - David Schweinsberg, Nicholas Talian.
  +Sheng Pei, Neeme Praks, Henri Ruini, David Schweinsberg, Nicholas Talian.\
   
   #
   # XMLInputHandler messages
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-dev-help@xml.apache.org