commit | ff5b29f24bb5f54613dcf19bdcd6024dfff56f62 | [log] [tgz] |
---|---|---|
author | george82 <george82@3789f03b-4d11-0410-bbf8-ca57d06f2519> | Tue Mar 29 11:59:35 2005 +0000 |
committer | george82 <george82@3789f03b-4d11-0410-bbf8-ca57d06f2519> | Tue Mar 29 11:59:35 2005 +0000 |
tree | 67f3ef0beecc5829190a9378111999bf97af8a5e | |
parent | 0978ddf3cb4d80d6f04a60fd83879cfdd2ffd4a7 [diff] [blame] |
The usage information window must be a modal dialog. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@275 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/rfbplayer/rfbplayer.cxx b/rfbplayer/rfbplayer.cxx index 8efce38..94a5b5d 100644 --- a/rfbplayer/rfbplayer.cxx +++ b/rfbplayer/rfbplayer.cxx
@@ -408,7 +408,7 @@ case ID_HELP_COMMANDLINESWITCHES: { InfoDialog usageDialog(usage_msg); - usageDialog.showDialog(); + usageDialog.showDialog(getMainHandle()); } break; case ID_ABOUT: