Correctly truncate long applciatons names

HAM integration
This commit is contained in:
uvos 2020-06-30 21:17:57 +02:00
parent fd8c378cd0
commit 217c75e512
10 changed files with 101 additions and 23 deletions

View file

@ -48,7 +48,7 @@ int main(int argc, char *argv[])
{
qDebug()<<QDir::home().path() + "/.config/sigstoped/pidfile";
QMessageBox::critical(nullptr, "Error", "The sigstoped deamon must be running" );
return 1;
//return 1;
}
else
{