Skip to content

Commit e5191cd

Browse files
committed
Added "error" icon
1 parent c94f5e7 commit e5191cd

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

src/ngscopeclient/MainWindow_Icons.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -798,6 +798,7 @@ string MainWindow::GetIconForWaveformShape(FunctionGenerator::WaveShape shape)
798798
*/
799799
void MainWindow::LoadMiscIcons()
800800
{
801+
m_texmgr.LoadTexture("error", FindDataFile("icons/48x48/dialog-error.png"));
801802
m_texmgr.LoadTexture("warning", FindDataFile("icons/48x48/dialog-warning-2.png"));
802803
m_texmgr.LoadTexture("info", FindDataFile("icons/48x48/dialog-information-3.png"));
803804
m_texmgr.LoadTexture("visible-spectrum-380nm-750nm",
3.58 KB
Loading

src/ngscopeclient/icons/LicensingNotes.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@ Icons in this directory were commissioned for the project and are covered by the
22
EXCEPT for the following icons which are from the Open Icon Library and covered by the respective licenses
33
(details in OpenIconLibraryLicensing.txt):
44

5-
dialog-warning-2.png (public domain)
65
dialog-information-3.png (CC-BY-SA 3.0 or LGPL)
6+
dialog-error.png (LGPL-2.1)
7+
dialog-warning-2.png (public domain)
8+
9+
and in contrib/blender (covered by license in contrib/blender/COPYING)

0 commit comments

Comments
 (0)