Change company name

There isn't really any company behind this project, so why name one?
This commit is contained in:
Martin Kleusberg
2013-01-02 20:31:14 +01:00
parent 0180017dbd
commit 4bebed0365

View File

@@ -70,7 +70,7 @@ static pascal OSErr odocHandler(const AppleEvent* inEvent, AppleEvent*
int main( int argc, char ** argv )
{
QApplication a( argc, argv );
a.setOrganizationName("duckmansoftware");
a.setOrganizationName("sqlitebrowser");
a.setApplicationName("SQLite Database Browser " + QString(APP_VERSION));
MainWindow w;
#if defined(Q_WS_MAC)