Further cosmetic tweaks to file-selection boxes per observed conventions
[u/mdw/putty] / pageant.c
index 0826bf4..8fc14e7 100644 (file)
--- a/pageant.c
+++ b/pageant.c
@@ -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;