fixed an odd option

Originally committed to SVN as r1096.
This commit is contained in:
Rodrigo Braz Monteiro 2007-04-18 20:59:36 +00:00
parent f64d5341ce
commit 95bc4227f2
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ void OptionsManager::LoadDefaults(bool onlyDefaults) {
SetBool(_T("kanji timer interpolation"),true);
wxString previewText = _T("Aegisub\N0123 ");
wxString previewText = _T("Aegisub\\N0123 ");
previewText += 0x6708;
previewText += 0x8a9e;
SetText(_T("Style editor preview text"),previewText);