Revision: 1498
http://rigsofrods.svn.sourceforge.net/rigsofrods/?rev=1498&view=rev
Author: rorthomas
Date: 2010-07-25 00:01:56 +0000 (Sun, 25 Jul 2010)
Log Message:
-----------
improved updater: ability to update in network list
Modified Paths:
--------------
trunk/source/configurator/configurator.cpp
Modified: trunk/source/configurator/configurator.cpp
===================================================================
--- trunk/source/configurator/configurator.cpp 2010-07-24 20:13:21 UTC (rev
1497)
+++ trunk/source/configurator/configurator.cpp 2010-07-25 00:01:56 UTC (rev
1498)
@@ -3608,8 +3608,16 @@
serverpassword->Enable(true);
}else
serverpassword->Enable(false);
+ } else if (uri->GetScheme()==conv("rorinstaller"))
+ {
+ if(uri->GetServer() == wxT("update"))
+ {
+ updateRoR();
+ }
} else
+ {
networkhtmw->OnLinkClicked(linkinfo);
+ }
// wxMessageDialog *res=new wxMessageDialog(this, href, "Success", wxOK |
wxICON_INFORMATION );
// res->ShowModal();
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Rigsofrods-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rigsofrods-devel