Skip to content

Commit

Permalink
- Use the new OMShell icon in the application (about dialog, etc)
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8034 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Feb 28, 2011
1 parent b1d18ea commit 8de7a45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OMShell/oms.cpp
Expand Up @@ -263,7 +263,7 @@ OMS::OMS( QWidget* parent )
// windows stuff
resize( 800, 600 );
setWindowTitle( tr("OMShell - OpenModelica Shell") );
setWindowIcon( QIcon(":/Resources/OMS.bmp") );
setWindowIcon( QIcon(":/Resources/omshell-large.svg") );
statusBar()->showMessage( tr("Ready") );

// sett start message
Expand Down
2 changes: 1 addition & 1 deletion OMShell/oms.qrc
@@ -1,6 +1,6 @@
<RCC>
<qresource>
<file>Resources/OMS.bmp</file>
<file>Resources/omshell-large.svg</file>
<file>Resources/OMS.ico</file>
<file>Resources/clear.bmp</file>
<file>Resources/copy.bmp</file>
Expand Down

0 comments on commit 8de7a45

Please sign in to comment.