diff --git a/uppsrc/ide/idewin.cpp b/uppsrc/ide/idewin.cpp index 1255f50ab..f15740c6f 100644 --- a/uppsrc/ide/idewin.cpp +++ b/uppsrc/ide/idewin.cpp @@ -383,7 +383,7 @@ void Ide::DoDisplay() p = editor.GetColumnLine(editor.GetCursor64()); String s; if(IsCustomTitleBar()) { - s << "[g \1" << editfile << "\1"; + s << "[g \1 " << editfile << " \1"; if(!designer) { s << ": [* " << p.y + 1 << "]:" << p.x + 1; int64 l, h; @@ -403,7 +403,7 @@ void Ide::DoDisplay() } display.Set(s); - display_main.Set("[g [@b \1" + GetVarsName() + "\1]: [* " + main); + display_main.Set("[g$Y [@b \1" + GetVarsName() + "\1]: [* " + main); } void SetupError(ArrayCtrl& error, const char *s) diff --git a/examples/CustomTitlebar/CustomTitlebar.upp b/upptst/CustomTitlebar/CustomTitlebar.upp similarity index 100% rename from examples/CustomTitlebar/CustomTitlebar.upp rename to upptst/CustomTitlebar/CustomTitlebar.upp diff --git a/examples/CustomTitlebar/main.cpp b/upptst/CustomTitlebar/main.cpp similarity index 100% rename from examples/CustomTitlebar/main.cpp rename to upptst/CustomTitlebar/main.cpp