mirror of
https://github.com/ModOrganizer2/modorganizer-plugin_python.git
synced 2026-07-27 14:03:33 -07:00
Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d591bc017a | ||
|
|
aad5864192 |
@@ -305,7 +305,7 @@ QString ProxyPython::fullDescription(unsigned int key) const
|
|||||||
"The only solution I can offer is to remove the semicolon / move MO to a path without a semicolon.").arg(QCoreApplication::applicationDirPath());
|
"The only solution I can offer is to remove the semicolon / move MO to a path without a semicolon.").arg(QCoreApplication::applicationDirPath());
|
||||||
} break;
|
} break;
|
||||||
default:
|
default:
|
||||||
throw MyException(tr("invalid problem key %1").arg(key));
|
throw MyException(QString("invalid problem key %1").arg(key));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user