Two stage renaming: Stage 2 completed.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16145 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
João Mesquita
2010-01-04 22:07:20 +00:00
parent 35c53d5b1a
commit 58298f9903
8 changed files with 53 additions and 53 deletions

View File

@@ -36,7 +36,7 @@ int main(int argc, char *argv[])
QApplication a(argc, argv);
QCoreApplication::setOrganizationName("FreeSWITCH");
QCoreApplication::setOrganizationDomain("freeswitch.org");
QCoreApplication::setApplicationName("FSPhone");
QCoreApplication::setApplicationName("FSComm");
QPixmap image(":/images/splash.png");
QSplashScreen *splash = new QSplashScreen(image);