diff options
Diffstat (limited to 'src/k3bprojecttabwidget.cpp')
-rw-r--r-- | src/k3bprojecttabwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/k3bprojecttabwidget.cpp b/src/k3bprojecttabwidget.cpp index b97d442..3b9bc7c 100644 --- a/src/k3bprojecttabwidget.cpp +++ b/src/k3bprojecttabwidget.cpp @@ -143,7 +143,7 @@ void K3bProjectTabWidget::slotDocChanged( K3bDoc* doc ) { // we need to cache the icon changes since the changed() signal will be emitted very often if( !m_projectDataMap[doc].modified ) { - setTabIconSet( doc->view(), SmallIconSet( "filesave" ) ); + setTabIconSet( doc->view(), SmallIconSet( "document-save" ) ); m_projectDataMap[doc].modified = true; // we need this one for the session management |