comparison src/browser/libervia_main.py @ 776:627b9073a2ec

browser side: the new menu 'help/official room chat' launch the default_muc room, which can be used to get some help
author Goffi <goffi@goffi.org>
date Sun, 29 Nov 2015 22:58:38 +0100
parents b392ea1514ee
children 31c682149d52
comparison
equal deleted inserted replaced
775:08c6e097ff5d 776:627b9073a2ec
298 self.menus.addMenu(C.MENU_GLOBAL, (D_(u"Contacts"), D_(u"Manage groups")), callback=main_menu.onManageContactGroups) 298 self.menus.addMenu(C.MENU_GLOBAL, (D_(u"Contacts"), D_(u"Manage groups")), callback=main_menu.onManageContactGroups)
299 299
300 # separator and right hand menus 300 # separator and right hand menus
301 self.menus.addMenuItem(C.MENU_GLOBAL, [], quick_menus.MenuSeparator()) 301 self.menus.addMenuItem(C.MENU_GLOBAL, [], quick_menus.MenuSeparator())
302 302
303 self.menus.addMenu(C.MENU_GLOBAL, (D_(u"Help"), D_("Official chat room")), top_extra={'icon': 'help'}, callback=main_menu.onOfficialChatRoom)
303 self.menus.addMenu(C.MENU_GLOBAL, (D_(u"Help"), D_("Social contract")), top_extra={'icon': 'help'}, callback=main_menu.onSocialContract) 304 self.menus.addMenu(C.MENU_GLOBAL, (D_(u"Help"), D_("Social contract")), top_extra={'icon': 'help'}, callback=main_menu.onSocialContract)
304 self.menus.addMenu(C.MENU_GLOBAL, (D_(u"Help"), D_("About")), callback=main_menu.onAbout) 305 self.menus.addMenu(C.MENU_GLOBAL, (D_(u"Help"), D_("About")), callback=main_menu.onAbout)
305 self.menus.addMenu(C.MENU_GLOBAL, (D_(u"Settings"), D_("Account")), top_extra={'icon': 'settings'}, callback=main_menu.onAccount) 306 self.menus.addMenu(C.MENU_GLOBAL, (D_(u"Settings"), D_("Account")), top_extra={'icon': 'settings'}, callback=main_menu.onAccount)
306 self.menus.addMenu(C.MENU_GLOBAL, (D_(u"Settings"), D_("Parameters")), callback=main_menu.onParameters) 307 self.menus.addMenu(C.MENU_GLOBAL, (D_(u"Settings"), D_("Parameters")), callback=main_menu.onParameters)
307 # XXX: temporary, will change when a full profile will be managed in SàT 308 # XXX: temporary, will change when a full profile will be managed in SàT