Changed name from whyblocked to Whyblocked

develop
tastytea 2018-10-16 17:41:44 +02:00
parent acf45e7a8e
commit d2ad621d71
No known key found for this signature in database
GPG Key ID: CFC39497F1B26E07
3 changed files with 3 additions and 3 deletions

View File

@ -10,4 +10,4 @@ Terminal=false
Categories=Utility; Categories=Utility;
Keywords=blocklist;social-network; Keywords=blocklist;social-network;
StartupNotify=true StartupNotify=true
StartupWMClass=whyblocked-gui StartupWMClass=Whyblocked

View File

@ -206,7 +206,7 @@ void DialogAdd::accept()
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
QApplication app(argc, argv); QApplication app(argc, argv);
QCoreApplication::setApplicationName("whyblocked"); QCoreApplication::setApplicationName("Whyblocked");
MainWindow win; MainWindow win;
win.show(); win.show();

View File

@ -11,7 +11,7 @@
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>whyblocked</string> <string>Whyblocked</string>
</property> </property>
<property name="locale"> <property name="locale">
<locale language="English" country="UnitedKingdom"/> <locale language="English" country="UnitedKingdom"/>