Use the same caption in the Win32 version as in the GTK dialogs: "Wireshark: Select a capture file" -> "Wireshark: Open Capture File"

svn path=/trunk/; revision=19238
This commit is contained in:
Ulf Lamping 2006-09-15 22:03:20 +00:00
parent a7ce410506
commit 98b0a4c548
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ win32_open_file (HWND h_wnd) {
} else {
ofn.lpstrInitialDir = NULL;
}
ofn.lpstrTitle = _T("Wireshark: Select a capture file");
ofn.lpstrTitle = _T("Wireshark: Open Capture File");
ofn.Flags = OFN_ENABLESIZING | OFN_ENABLETEMPLATE | OFN_EXPLORER |
OFN_NOCHANGEDIR | OFN_FILEMUSTEXIST | OFN_HIDEREADONLY |
OFN_ENABLEHOOK;