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 149acd5..e771d81 100644
--- a/rfbplayer/rfbplayer.cxx
+++ b/rfbplayer/rfbplayer.cxx
@@ -331,7 +331,7 @@
         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;