File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -798,6 +798,7 @@ string MainWindow::GetIconForWaveformShape(FunctionGenerator::WaveShape shape)
798798 */
799799void 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" ,
Original file line number Diff line number Diff line change @@ -2,5 +2,8 @@ Icons in this directory were commissioned for the project and are covered by the
22EXCEPT 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)
65dialog-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)
You can’t perform that action at this time.
0 commit comments