Revision: 4008 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4008&view=rev Author: atkac Date: 2010-03-19 14:34:12 +0000 (Fri, 19 Mar 2010)
Log Message: ----------- [Development] Extend options dialog width from 400 to 450 to show French translation correctly. Modified Paths: -------------- trunk/unix/vncviewer/OptionsDialog.h Modified: trunk/unix/vncviewer/OptionsDialog.h =================================================================== --- trunk/unix/vncviewer/OptionsDialog.h 2010-03-19 14:17:18 UTC (rev 4007) +++ trunk/unix/vncviewer/OptionsDialog.h 2010-03-19 14:34:12 UTC (rev 4008) @@ -39,7 +39,7 @@ public TXCheckboxCallback, public TXEntryCallback { public: OptionsDialog(Display* dpy, OptionsDialogCallback* cb_) - : TXDialog(dpy, 400, 450, _("VNC Viewer: Connection Options")), cb(cb_), + : TXDialog(dpy, 450, 450, _("VNC Viewer: Connection Options")), cb(cb_), formatAndEnc(dpy, _("Encoding and Color Level:"), this), inputs(dpy, _("Inputs:"), this), misc(dpy, _("Misc:"), this), This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Tigervnc-commits mailing list Tigervnc-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tigervnc-commits