Skip to content

Commit cc6aa36

Browse files
committed
change to error message
1 parent 7676f72 commit cc6aa36

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gui/util/globalgui.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ QIcon GlobalGUI::iconByName(const QString &name)
1414
}
1515
if(icon.isNull())
1616
{
17-
QtIO::err << "could not open icon by name:" << name;
17+
QtIO::err << "Could not open icon by name:" << name;
1818
}
1919
return icon;
2020
}
@@ -28,7 +28,7 @@ QIcon GlobalGUI::standardIcon(QStyle::StandardPixmap pixmap)
2828
}
2929
else
3030
{
31-
QtIO::err << "Error: Could not standard icon; style not set" << endl;
31+
QtIO::err << "Error: Could not standard icon; style not set." << endl;
3232
return QIcon();
3333
}
3434
}

0 commit comments

Comments
 (0)