Revision: 5156 http://sourceforge.net/p/tigervnc/code/5156 Author: bphinz Date: 2014-01-11 23:30:50 +0000 (Sat, 11 Jan 2014) Log Message: ----------- r5142 and r5149 borrowed code from the TurboVNC viewer, which has different Configuration parameter logic. This caused an exception in the usage() method
Revision Links: -------------- http://sourceforge.net/p/tigervnc/code/5142 http://sourceforge.net/p/tigervnc/code/5149 Modified Paths: -------------- trunk/java/com/tigervnc/vncviewer/VncViewer.java Modified: trunk/java/com/tigervnc/vncviewer/VncViewer.java =================================================================== --- trunk/java/com/tigervnc/vncviewer/VncViewer.java 2014-01-11 23:07:42 UTC (rev 5155) +++ trunk/java/com/tigervnc/vncviewer/VncViewer.java 2014-01-11 23:30:50 UTC (rev 5156) @@ -480,17 +480,18 @@ exit(0); } - // On Mac systems, setting this parameter will force the use of the old - // (pre-Lion) full-screen mode, even if the viewer is running on OS X 10.7 - // "Lion" or later. static BoolParameter noLionFS - = new BoolParameter("NoLionFS", null, false); + = new BoolParameter("NoLionFS", + "On Mac systems, setting this parameter will force the use of the old "+ + "(pre-Lion) full-screen mode, even if the viewer is running on OS X 10.7 "+ + "Lion or later.", + false); BoolParameter embed = new BoolParameter("Embed", "If the viewer is being run as an applet, display its output to " + "an embedded frame in the browser window rather than to a dedicated " + - "window. This also has the effect of setting FullScreen=0, and Scale=100.", + "window. Embed=1 implies FullScreen=0 and Scale=100.", false); BoolParameter useLocalCursor This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments & Everything In Between. Get a Quote or Start a Free Trial Today. http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk _______________________________________________ Tigervnc-commits mailing list Tigervnc-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tigervnc-commits