adding org and app name #451
This commit is contained in:
@@ -32,8 +32,6 @@ struct VSTRect {
|
||||
#define effGetChunk 23
|
||||
#define effSetChunk 24
|
||||
|
||||
const char* productString = "OLIVETEAM";
|
||||
|
||||
// C callbacks
|
||||
extern "C" {
|
||||
// Main host callback
|
||||
|
||||
@@ -89,7 +89,10 @@ int main(int argc, char *argv[]) {
|
||||
QCoreApplication::setAttribute(Qt::AA_ShareOpenGLContexts);
|
||||
|
||||
QApplication a(argc, argv);
|
||||
a.setWindowIcon(QIcon(":/icons/olive64.png"));
|
||||
a.setWindowIcon(QIcon(":/icons/olive64.png"));
|
||||
|
||||
QCoreApplication::setOrganizationName("olivevideoeditor.org");
|
||||
QCoreApplication::setApplicationName("Olive");
|
||||
|
||||
MainWindow w(nullptr, appName);
|
||||
w.updateTitle("");
|
||||
|
||||
Reference in New Issue
Block a user