From: george82 Date: Mon, 11 Apr 2005 15:07:13 +0000 (+0000) Subject: Added *.fbs to the file filter in the open file dialog. X-Git-Tag: v0.0.90~384^2~552 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d7c81beb55a0d92754c59da4d71352c0f37609b2;p=tigervnc.git Added *.fbs to the file filter in the open file dialog. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@283 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- diff --git a/rfbplayer/rfbplayer.cxx b/rfbplayer/rfbplayer.cxx index 149acd58..e771d810 100644 --- a/rfbplayer/rfbplayer.cxx +++ b/rfbplayer/rfbplayer.cxx @@ -331,7 +331,7 @@ RfbPlayer::processMainMessage(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) ofn.lpstrFile = filename; ofn.nMaxFile = sizeof(filename); ofn.lpstrInitialDir = curDir; - ofn.lpstrFilter = "Rfb Session files (*.rfb)\0*.rfb\0" \ + ofn.lpstrFilter = "Rfb Session files (*.rfb, *.fbs)\0*.rfb;*.fbs\0" \ "All files (*.*)\0*.*\0"; ofn.lpstrDefExt = "rfb"; ofn.Flags = OFN_PATHMUSTEXIST | OFN_FILEMUSTEXIST;