mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-14 01:27:35 -05:00
Further cosmetic tweaks to file-selection boxes per observed conventions
on Windows: - Change "AllFiles" to "All Files (*.*)" - Extensions in lower case [originally from svn r2748]
This commit is contained in:
@ -1250,8 +1250,8 @@ static void prompt_add_keyfile(void)
|
||||
of.lStructSize = sizeof(of);
|
||||
#endif
|
||||
of.hwndOwner = main_hwnd;
|
||||
of.lpstrFilter = "PuTTY Private Key Files (*.ppk)\0*.PPK\0"
|
||||
"AllFiles\0*\0\0\0";
|
||||
of.lpstrFilter = "PuTTY Private Key Files (*.ppk)\0*.ppk\0"
|
||||
"All Files (*.*)\0*\0\0\0";
|
||||
of.lpstrCustomFilter = NULL;
|
||||
of.nFilterIndex = 1;
|
||||
of.lpstrFile = filelist;
|
||||
|
Reference in New Issue
Block a user