Author: jleroux
Date: Sat Jul 29 02:41:28 2006
New Revision: 426771
URL:
http://svn.apache.org/viewvc?rev=426771&view=revLog:
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);