mirror of https://github.com/odrling/Aegisub
Merge r3761 from trunk, closes #792.
Originally committed to SVN as r3762.
This commit is contained in:
parent
ba24dc674c
commit
5fd2b16039
|
@ -865,7 +865,7 @@ void FrameMain::UpdateTitle() {
|
|||
wxFileName file (AssFile::top->filename);
|
||||
newTitle << file.GetFullName();
|
||||
}
|
||||
else newTitle << _T("Untitled");
|
||||
else newTitle << _("Untitled");
|
||||
newTitle << _T(" - Aegisub ") << GetAegisubLongVersionString();
|
||||
#else
|
||||
// Apple HIG says "untitled" should not be capitalised
|
||||
|
@ -875,7 +875,7 @@ void FrameMain::UpdateTitle() {
|
|||
wxFileName file (AssFile::top->filename);
|
||||
newTitle << file.GetFullName();
|
||||
}
|
||||
else newTitle << _T("untitled");
|
||||
else newTitle << _("untitled");
|
||||
#endif
|
||||
|
||||
#ifdef __WXMAC__
|
||||
|
|
Loading…
Reference in New Issue