Fix fullstop and add icon

This commit is contained in:
Tim Bentley 2011-07-03 13:43:31 +01:00
parent 2a73f1b188
commit 1c454b606f
3 changed files with 3 additions and 2 deletions

View File

@ -132,9 +132,9 @@ class SongMediaItem(MediaManagerItem):
def addCustomContextActions(self):
context_menu_separator(self.listView)
context_menu_action(
self.listView, u':/general/general_add.png',
self.listView, u':/general/general_clone.png',
translate('OpenLP.MediaManagerItem',
'&Clone.'), self.onCloneClick)
'&Clone'), self.onCloneClick)
def onFocus(self):
self.searchTextEdit.setFocus()

Binary file not shown.

After

Width:  |  Height:  |  Size: 527 B

View File

@ -56,6 +56,7 @@
<file>general_save.png</file>
<file>general_email.png</file>
<file>general_revert.png</file>
<file>general_clone.png</file>
</qresource>
<qresource prefix="slides">
<file>slide_close.png</file>