snore-send has been renamed to snoresend so also chnage the applications name

This commit is contained in:
Patrick von Reth 2015-08-12 14:10:06 +02:00
parent a46d6a5af0
commit b6bb93beba
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ void bringToFront(QString pid)
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
app.setApplicationName(QLatin1String("snore-send"));
app.setApplicationName(QLatin1String("snoresend"));
app.setOrganizationName(QLatin1String("Snorenotify"));
app.setApplicationVersion(Snore::Version::version());