mirror of https://github.com/odrling/Aegisub
fixed an odd option
Originally committed to SVN as r1096.
This commit is contained in:
parent
f64d5341ce
commit
95bc4227f2
|
@ -344,7 +344,7 @@ void OptionsManager::LoadDefaults(bool onlyDefaults) {
|
||||||
|
|
||||||
SetBool(_T("kanji timer interpolation"),true);
|
SetBool(_T("kanji timer interpolation"),true);
|
||||||
|
|
||||||
wxString previewText = _T("Aegisub\N0123 ");
|
wxString previewText = _T("Aegisub\\N0123 ");
|
||||||
previewText += 0x6708;
|
previewText += 0x6708;
|
||||||
previewText += 0x8a9e;
|
previewText += 0x8a9e;
|
||||||
SetText(_T("Style editor preview text"),previewText);
|
SetText(_T("Style editor preview text"),previewText);
|
||||||
|
|
Loading…
Reference in New Issue