mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Added ISO Latin 7 to charset menu, synch with browser.
This commit is contained in:
parent
fc592dafd3
commit
1cd82c810c
@ -23,6 +23,7 @@
|
||||
<!ENTITY dcharIso4Cmd.label "ISO Latin 4 (ISO-8859-4)">
|
||||
<!ENTITY dcharIso9Cmd.label "ISO Latin 5 (ISO-8859-9)">
|
||||
<!ENTITY dcharIso10Cmd.label "ISO Latin 6 (ISO-8859-10)">
|
||||
<!ENTITY dcharIso13Cmd.label "ISO Latin 7 (ISO-8859-13)">
|
||||
<!ENTITY dcharIso14Cmd.label "ISO Latin 8 (ISO-8859-14)">
|
||||
<!ENTITY dcharIso15Cmd.label "ISO Latin 9 (ISO-8859-15)">
|
||||
<!ENTITY dcharWinLat2Cmd.label "Windows Latin 2 (windows-1250)">
|
||||
@ -125,6 +126,7 @@
|
||||
<menuitem name="&dcharIso4Cmd.label;" onclick="EditorSetDocumentCharacterSet('ISO-8859-4');"/>
|
||||
<menuitem name="&dcharIso9Cmd.label;" onclick="EditorSetDocumentCharacterSet('ISO-8859-9');"/>
|
||||
<menuitem name="&dcharIso10Cmd.label;" onclick="EditorSetDocumentCharacterSet('ISO-8859-10');"/>
|
||||
<menuitem name="&dcharIso13Cmd.label;" onclick="EditorSetDocumentCharacterSet('ISO-8859-13');"/>
|
||||
<menuitem name="&dcharIso14Cmd.label;" onclick="EditorSetDocumentCharacterSet('ISO-8859-14');"/>
|
||||
<menuitem name="&dcharIso15Cmd.label;" onclick="EditorSetDocumentCharacterSet('ISO-8859-15');"/>
|
||||
<menuitem name="&dcharWinLat2Cmd.label;" onclick="EditorSetDocumentCharacterSet('windows-1250');"/>
|
||||
|
Loading…
Reference in New Issue
Block a user