Revision: 1422
          http://rigsofrods.svn.sourceforge.net/rigsofrods/?rev=1422&view=rev
Author:   rorthomas
Date:     2010-06-24 01:56:27 +0000 (Thu, 24 Jun 2010)

Log Message:
-----------
removed commented lines, works with mygui revision 2951

Revision Links:
--------------
    http://rigsofrods.svn.sourceforge.net/rigsofrods/?rev=2951&view=rev

Modified Paths:
--------------
    trunk/source/main/gui_manager.cpp

Modified: trunk/source/main/gui_manager.cpp
===================================================================
--- trunk/source/main/gui_manager.cpp   2010-06-24 01:47:50 UTC (rev 1421)
+++ trunk/source/main/gui_manager.cpp   2010-06-24 01:56:27 UTC (rev 1422)
@@ -18,7 +18,7 @@
 along with Rigs of Rods.  If not, see <http://www.gnu.org/licenses/>.
 */
 // based on the basemanager code from mygui common
-#ifdef USE_MYGUI 
+#ifdef USE_MYGUI
 
 #include "gui_manager.h"
 #include "Settings.h"
@@ -66,8 +66,7 @@
        windowResized(mWindow);
        createGui();
 
-       // XXX broken:
-       //MyGUI::LanguageManager::getInstance().eventRequestTag = 
MyGUI::newDelegate(this, &GUIManager::eventRequestTag);
+       MyGUI::LanguageManager::getInstance().eventRequestTag = 
MyGUI::newDelegate(this, &GUIManager::eventRequestTag);
        return true;
 }
 


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

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Rigsofrods-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rigsofrods-devel

Reply via email to