mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-14 22:03:27 +01:00
add directory name to window title
This commit is contained in:
parent
614febabf6
commit
59b4d83153
@ -628,6 +628,10 @@ void TConfigForm::ApplyTranslation(TIniFile *ini)
|
||||
MaximizeWindowKeyLbl->Caption = GetKeyText(VK_MENU) + L" +";
|
||||
UnlockCursor1KeyLbl->Caption = GetKeyText(VK_CONTROL) + L" +";
|
||||
UnlockCursor2KeyLbl->Caption = "R " + GetKeyText(VK_MENU) + L" +";
|
||||
|
||||
ConfigForm->Caption +=
|
||||
" (" + TPath::GetFileName(
|
||||
TPath::GetDirectoryName(Application->ExeName)) + ")";
|
||||
}
|
||||
|
||||
void __fastcall TConfigForm::DisplayBtnClick(TObject *Sender)
|
||||
|
Loading…
x
Reference in New Issue
Block a user