svn commit: r426771 - /incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/component/Journal.java

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r426771 - /incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/component/Journal.java

jleroux@apache.org
Author: jleroux
Date: Sat Jul 29 02:41:28 2006
New Revision: 426771

URL: http://svn.apache.org/viewvc?rev=426771&view=rev
Log:
Sorry : better English (I hope) for the comment about vertical bar

Modified:
    incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/component/Journal.java

Modified: incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/component/Journal.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/component/Journal.java?rev=426771&r1=426770&r2=426771&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/component/Journal.java (original)
+++ incubator/ofbiz/trunk/applications/pos/src/org/ofbiz/pos/component/Journal.java Sat Jul 29 02:41:28 2006
@@ -45,7 +45,7 @@
     protected String style = null;
 
     public Journal(PosScreen page) {    
-        //The vertical bar is always visible to allow the access at the horizontal bar without shrink the journal panel
+        //The vertical bar is always visible to allow access to horizontal bar without shrink the journal panel
         this.jpanel = (XScrollPane) page.findComponent("journal_panel");
         this.jpanel.setVisible(false);