mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-13 18:02:01 -04:00
you can now visit caredbar!
This commit is contained in:
parent
bf59962724
commit
3b903e2b52
55 changed files with 953 additions and 1428 deletions
|
@ -109,7 +109,7 @@ void DlgNovyDialog::DialogRules()
|
|||
CString name;
|
||||
wJmeno.GetWindowText(name);
|
||||
dlgSource.SetFiletitle(name);
|
||||
wCislo.EnableWindow(access(dlgSource,0)==-1);
|
||||
wCislo.EnableWindow(check_file_exists(dlgSource)==-1);
|
||||
}
|
||||
|
||||
void DlgNovyDialog::OnEditchangeJmeno()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue