diff options
author | Arno <am@disconnect.de> | 2013-03-22 10:26:22 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2013-03-22 10:26:22 +0100 |
commit | 0c10b3b6b156af67067e8ea07f2818092322910a (patch) | |
tree | 16910015ebd955bfa00543134369f63e9d8603f1 /main.cpp | |
parent | eae868815a44a7f4b87e46dac06ed7ab17e7c02d (diff) | |
download | SheMov-0c10b3b6b156af67067e8ea07f2818092322910a.tar.gz SheMov-0c10b3b6b156af67067e8ea07f2818092322910a.tar.bz2 SheMov-0c10b3b6b156af67067e8ea07f2818092322910a.zip |
New Splash
Create new splash screen from Kimber James. She's so hot!
While at it, change the Domain...
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ int main(int argc, char **argv){ QApplication app(argc, argv); QCoreApplication::setOrganizationName("Sissie's, Inc."); - QCoreApplication::setOrganizationDomain("hadante.servebeer.com"); + QCoreApplication::setOrganizationDomain("dakara.d-tor.org"); QCoreApplication::setApplicationName("SheMov"); QCoreApplication::setApplicationVersion("1.0 TreeVersion"); (void) new SheMov; |