mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Use icons relative path.
Icon paths are defined in one place only - application's embedded resources. Signed-off-by: Martin Měřinský <mermar@centrum.cz>
This commit is contained in:
parent
6437a2e18e
commit
b0d98f6e26
26 changed files with 51 additions and 51 deletions
|
@ -104,7 +104,7 @@ void UpdateManager::requestReceived()
|
|||
#ifndef SUBSURFACE_MOBILE
|
||||
if (haveNewVersion || !isAutomaticCheck) {
|
||||
msgbox.setWindowTitle(msgTitle);
|
||||
msgbox.setWindowIcon(QIcon(":/subsurface-icon"));
|
||||
msgbox.setWindowIcon(QIcon(":subsurface-icon"));
|
||||
msgbox.setText(msgText);
|
||||
msgbox.setTextFormat(Qt::RichText);
|
||||
msgbox.exec();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue