You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by js...@apache.org on 2002/12/18 18:50:37 UTC

cvs commit: jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/swt example.jelly

jstrachan    2002/12/18 09:50:37

  Modified:    jelly/src/test/org/apache/commons/jelly/swt example.jelly
  Log:
  removed an unnecessary style attribute from the demo
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/swt/example.jelly
  
  Index: example.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/swt/example.jelly,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- example.jelly	18 Dec 2002 15:27:50 -0000	1.1
  +++ example.jelly	18 Dec 2002 17:50:37 -0000	1.2
  @@ -4,7 +4,7 @@
     <shell text="This is a shell" var="shell" style="border, close, min, max, resize, title">
   		<menu style="bar">
   			<menuItem text="File" style="cascade">
  -				<menu style="drop_down">
  +				<menu>
   					<menuItem text="New"/>
   					<menuItem text="Open"/>
   					<menuItem style="separator"/>
  @@ -12,7 +12,7 @@
   				</menu>
   			</menuItem>
   			<menuItem text="Help" style="cascade">
  -				<menu style="drop_down">
  +				<menu>
   					<menuItem text="About"/>
   				</menu>
   			</menuItem>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>