|
From: <fb...@us...> - 2003-12-22 21:45:42
|
Update of /cvsroot/jgb/jgb/src/dtd
In directory sc8-pr-cvs1:/tmp/cvs-serv18135/src/dtd
Modified Files:
dtd.xml
Log Message:
* src/dtd/dtd.xml:
Removed the reference to the mdash entity, which is undefined in XML.
Index: dtd.xml
===================================================================
RCS file: /cvsroot/jgb/jgb/src/dtd/dtd.xml,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** dtd.xml 22 Dec 2003 21:38:25 -0000 1.29
--- dtd.xml 22 Dec 2003 21:45:38 -0000 1.30
***************
*** 2118,2122 ****
<<tag refelement="item"/> <attr refattr="item.text"/>="Status Bar" <attr refattr="item.type"/>="check" <attr refattr="item.selected"/>="true"/>
<<tag refelement="separator"/>/>
! <!-- Add a nested menu item to the menu — allowing selection of the sort order -->
<<tag refelement="item"/> <attr refattr="item.text"/>="Sort By" <attr refattr="item.mnemonic"/>="s">
<<tag refelement="item"/> <attr refattr="item.text"/>="Name" <attr refattr="item.mnemonic"/>="n" <attr refattr="item.group"/>="sortBy" <attr refattr="item.type"/>="radio" <attr refattr="item.accelerator"/>="Ctrl+Shift+F5" <attr refattr="item.selected"/>="true"/>
--- 2118,2122 ----
<<tag refelement="item"/> <attr refattr="item.text"/>="Status Bar" <attr refattr="item.type"/>="check" <attr refattr="item.selected"/>="true"/>
<<tag refelement="separator"/>/>
! <!-- Add a nested menu item to the menu, allowing selection of the sort order -->
<<tag refelement="item"/> <attr refattr="item.text"/>="Sort By" <attr refattr="item.mnemonic"/>="s">
<<tag refelement="item"/> <attr refattr="item.text"/>="Name" <attr refattr="item.mnemonic"/>="n" <attr refattr="item.group"/>="sortBy" <attr refattr="item.type"/>="radio" <attr refattr="item.accelerator"/>="Ctrl+Shift+F5" <attr refattr="item.selected"/>="true"/>
|