From d25c1d1066da9477754416493cf010343c4e89d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Thu, 7 Feb 2008 14:23:43 +0000 Subject: [PATCH] * GuiSymbols.cpp: add missing unicode block. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22837 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiSymbols.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontends/qt4/GuiSymbols.cpp b/src/frontends/qt4/GuiSymbols.cpp index 98229454ff..96f8f1f9c8 100644 --- a/src/frontends/qt4/GuiSymbols.cpp +++ b/src/frontends/qt4/GuiSymbols.cpp @@ -92,6 +92,7 @@ UnicodeBlocks unicode_blocks[] = { { N_("Geometric Shapes"), 0x25a0, 0x25ff }, { N_("Miscellaneous Symbols"), 0x2600, 0x26ff }, { N_("Dingbats"), 0x2700, 0x27bf }, + { N_("Miscellaneous Mathematical Symbols-A"), 0x27c0, 0x27ef }, { N_("CJK Symbols and Punctuation"), 0x3000, 0x303f }, { N_("Hiragana"), 0x3040, 0x309f }, { N_("Katakana"), 0x30a0, 0x30ff },