Fixed title on folder browser for adding Places.
This commit is contained in:
parent
b43d5ffe9f
commit
295d4dc2c1
@ -88,6 +88,7 @@ class mintMenuConfig( object ):
|
|||||||
|
|
||||||
self.editPlaceDialogTitle = (_("Edit Place"))
|
self.editPlaceDialogTitle = (_("Edit Place"))
|
||||||
self.newPlaceDialogTitle = (_("New Place"))
|
self.newPlaceDialogTitle = (_("New Place"))
|
||||||
|
self.folderChooserDialogTitle = (_("Select a folder"))
|
||||||
|
|
||||||
wTree.get_widget("hotkey_label").set_text(_("Keyboard shortcut:"))
|
wTree.get_widget("hotkey_label").set_text(_("Keyboard shortcut:"))
|
||||||
|
|
||||||
@ -289,6 +290,7 @@ class mintMenuConfig( object ):
|
|||||||
newPlaceDialog.set_transient_for(self.mainWindow)
|
newPlaceDialog.set_transient_for(self.mainWindow)
|
||||||
newPlaceDialog.set_icon_from_file("/usr/lib/linuxmint/mintMenu/icon.svg")
|
newPlaceDialog.set_icon_from_file("/usr/lib/linuxmint/mintMenu/icon.svg")
|
||||||
newPlaceDialog.set_title(self.newPlaceDialogTitle)
|
newPlaceDialog.set_title(self.newPlaceDialogTitle)
|
||||||
|
folderChooserDialog.set_title(self.folderChooserDialogTitle)
|
||||||
newPlaceDialog.set_default_response(gtk.RESPONSE_OK)
|
newPlaceDialog.set_default_response(gtk.RESPONSE_OK)
|
||||||
newPlaceName = wTree.get_widget( "nameEntryBox" )
|
newPlaceName = wTree.get_widget( "nameEntryBox" )
|
||||||
newPlacePath = wTree.get_widget( "pathEntryBox" )
|
newPlacePath = wTree.get_widget( "pathEntryBox" )
|
||||||
@ -320,6 +322,7 @@ class mintMenuConfig( object ):
|
|||||||
editPlaceDialog.set_transient_for(self.mainWindow)
|
editPlaceDialog.set_transient_for(self.mainWindow)
|
||||||
editPlaceDialog.set_icon_from_file("/usr/lib/linuxmint/mintMenu/icon.svg")
|
editPlaceDialog.set_icon_from_file("/usr/lib/linuxmint/mintMenu/icon.svg")
|
||||||
editPlaceDialog.set_title(self.editPlaceDialogTitle)
|
editPlaceDialog.set_title(self.editPlaceDialogTitle)
|
||||||
|
folderChooserDialog.set_title(self.folderChooserDialogTitle)
|
||||||
editPlaceDialog.set_default_response(gtk.RESPONSE_OK)
|
editPlaceDialog.set_default_response(gtk.RESPONSE_OK)
|
||||||
editPlaceName = wTree.get_widget( "nameEntryBox" )
|
editPlaceName = wTree.get_widget( "nameEntryBox" )
|
||||||
editPlacePath = wTree.get_widget( "pathEntryBox" )
|
editPlacePath = wTree.get_widget( "pathEntryBox" )
|
||||||
|
BIN
usr/lib/linuxmint/mintMenu/plugins/easybuttons.pyc
Normal file → Executable file
BIN
usr/lib/linuxmint/mintMenu/plugins/easybuttons.pyc
Normal file → Executable file
Binary file not shown.
Binary file not shown.
BIN
usr/lib/linuxmint/mintMenu/plugins/execute.pyc
Normal file → Executable file
BIN
usr/lib/linuxmint/mintMenu/plugins/execute.pyc
Normal file → Executable file
Binary file not shown.
BIN
usr/lib/linuxmint/mintMenu/plugins/filemonitor.pyc
Normal file → Executable file
BIN
usr/lib/linuxmint/mintMenu/plugins/filemonitor.pyc
Normal file → Executable file
Binary file not shown.
Loading…
Reference in New Issue
Block a user