From 4bebed03658ec938e6fec4f6c9d88e4858e413d6 Mon Sep 17 00:00:00 2001 From: Martin Kleusberg Date: Wed, 2 Jan 2013 20:31:14 +0100 Subject: [PATCH] Change company name There isn't really any company behind this project, so why name one? --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 21cebd9b..9d8a4dbd 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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)