Revision: 1552
          http://rigsofrods.svn.sourceforge.net/rigsofrods/?rev=1552&view=rev
Author:   aperion
Date:     2010-12-18 22:38:06 +0000 (Sat, 18 Dec 2010)

Log Message:
-----------
fix for wx widget versions < 2.9.0

Modified Paths:
--------------
    trunk/source/installer/wizard.cpp

Modified: trunk/source/installer/wizard.cpp
===================================================================
--- trunk/source/installer/wizard.cpp   2010-12-18 22:09:58 UTC (rev 1551)
+++ trunk/source/installer/wizard.cpp   2010-12-18 22:38:06 UTC (rev 1552)
@@ -192,6 +192,8 @@
        // ignore auto-update function
     if(parser.Found(wxT("n"))) autoUpdateEnabled=false;
        
+
+#if wxCHECK_VERSION(2, 9, 0)
        // special mode: put our hash into the clipboard
        if(parser.Found(wxT("d")))
        {
@@ -204,6 +206,7 @@
                }
                exit(0);
        }
+#endif
     return true;
 }
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
Rigsofrods-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rigsofrods-devel

Reply via email to