Merge branch 'master' of github.com:4ian/GD

This commit is contained in:
Florian Rival
2014-10-07 21:32:25 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
*/
void MainFrame::OnMenuAideSelected( wxCommandEvent& event )
{
gd::HelpFileAccess::Get()->OpenURL(_("http://www.wiki.compilgames.net/doku.php/en/game_develop/documentation"));
gd::HelpFileAccess::Get()->OpenURL(_("http://wiki.compilgames.net/doku.php/en/game_develop/documentation"));
}
/**

View File

@@ -1959,7 +1959,7 @@ void ProjectManager::OnCreateNewCppFileSelected(wxCommandEvent& event)
*/
void ProjectManager::OnRibbonHelpSelected(wxRibbonButtonBarEvent& event)
{
gd::HelpFileAccess::Get()->OpenURL(_("http://www.wiki.compilgames.net/doku.php/en/game_develop/documentation"));
gd::HelpFileAccess::Get()->OpenURL(_("http://wiki.compilgames.net/doku.php/en/game_develop/documentation"));
}
namespace {