You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/09/24 13:21:24 UTC

svn commit: r818449 - /ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilProperties.java

Author: jleroux
Date: Thu Sep 24 11:21:23 2009
New Revision: 818449

URL: http://svn.apache.org/viewvc?rev=818449&view=rev
Log:
Related to directives for different screen sizes for POS


Modified:
    ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilProperties.java

Modified: ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilProperties.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilProperties.java?rev=818449&r1=818448&r2=818449&view=diff
==============================================================================
--- ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilProperties.java (original)
+++ ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilProperties.java Thu Sep 24 11:21:23 2009
@@ -360,7 +360,12 @@
             +"# under the License.                                                           \n"
             +"###############################################################################\n"
             +"#                                                                              \n"
-            +"#Dynamically modified by OFBiz Framework (org.ofbiz.base.util : UtilProperties.setPropertyValue)");
+            +"# Dynamically modified by OFBiz Framework (org.ofbiz.base.util : UtilProperties.setPropertyValue)\n"
+            +"#                                                                              \n"
+            +"# By default the screen is 1024x768 wide. If you want to use another screen size,\n"
+            +"# you must create a new directory under specialpurpose/pos/screens, like the 800x600.\n"
+            +"# You must also set the 3 related parameters (StartClass, ClientWidth, ClientHeight) accordingly.\n"
+            +"#");
 
             propFile.close();
         } catch (FileNotFoundException e) {