mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Merge branch 'master' of github.com:4ian/GD
This commit is contained in:
@@ -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"));
|
||||
}
|
||||
|
||||
/**
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user