Replaced "Game Develop" by "GDevelop"

This commit is contained in:
Florian Rival
2014-09-24 16:25:13 +02:00
parent e506fc64dc
commit 7d3ada265c
899 changed files with 1781 additions and 1818 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
/**
Game Develop - Video Object Extension
GDevelop - Video Object Extension
Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com)
This software is provided 'as-is', without any express or implied
@@ -171,7 +171,7 @@ void VideoObjectEditor::OnconverterBtClick(wxCommandEvent& event)
{
if ( !wxFileExists(wxGetCwd()+"/Extensions/ffmpeg2theora.exe"))
{
gd::LogError(_("ffmpeg2theora.exe executable was not found in Extensions directory of Game Develop."));
gd::LogError(_("ffmpeg2theora.exe executable was not found in Extensions directory of GDevelop."));
return;
}