[Redbutton-devel] SF.net SVN: redbutton: [325] redbutton-author/trunk/grammar
Brought to you by:
skilvington
|
From: <ski...@us...> - 2007-08-21 16:33:47
|
Revision: 325
http://redbutton.svn.sourceforge.net/redbutton/?rev=325&view=rev
Author: skilvington
Date: 2007-08-21 09:32:30 -0700 (Tue, 21 Aug 2007)
Log Message:
-----------
fix more OCR errors
Modified Paths:
--------------
redbutton-author/trunk/grammar
Modified: redbutton-author/trunk/grammar
===================================================================
--- redbutton-author/trunk/grammar 2007-08-21 16:28:35 UTC (rev 324)
+++ redbutton-author/trunk/grammar 2007-08-21 16:32:30 UTC (rev 325)
@@ -380,7 +380,7 @@
MaxValue ::= ":MaxValue" INTEGER .
MinValue ::= ":MinValue" INTEGER .
InitialValue ::= ":InitialValue" INTEGER .
-InitialPortion ::= "InitialPortion" INTEGER .
+InitialPortion ::= ":InitialPortion" INTEGER .
StepSize ::= ":StepSize" INTEGER .
SliderStyle ::= ":SliderStyle" SliderStyleEnum .
SliderStyleEnum ::= "normal" | "thermometer" | "proportional" .
@@ -912,7 +912,7 @@
GenericBoolean ::= BOOLEAN | IndirectReference .
-GenericOctetString ::= OctetString I IndirectReference .
+GenericOctetString ::= OctetString | IndirectReference .
OctetString ::= STRING | QPRINTABLE | BASE64 .
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|