mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 21:06:59 -04:00
Fixed: keyword expanding could hang if there is a keyword that matches "";
Fixed: drop down list now stays open after mouse out the second time it is used; Fixed some typos in comments; Disabled 'check updates' menu item for 0.3.5 release git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@711 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ void writeUTF8(wxTextOutputStream& stream, const String& str);
|
||||
#define RIGHT_SINGLE_QUOTE _('\u2019')
|
||||
#define LEFT_DOUBLE_QUOTE _('\u201C')
|
||||
#define RIGHT_DOUBLE_QUOTE _('\u201D')
|
||||
#define CONNECTION_SPACE _('\uEB00') // in private use are, untags to ' '
|
||||
#define CONNECTION_SPACE _('\uEB00') // in private use area, untags to ' '
|
||||
#else
|
||||
#define LEFT_ANGLE_BRACKET _("<")
|
||||
#define RIGHT_ANGLE_BRACKET _(">")
|
||||
|
||||
Reference in New Issue
Block a user