Mercurial > libervia-web
comparison src/browser/libervia_main.py @ 782:10a56f6bc5db
browser_side (menu): moved Tarot from Games to Groups
author | souliane <souliane@mailoo.org> |
---|---|
date | Tue, 01 Dec 2015 12:01:03 +0100 |
parents | b3f04e58ec15 |
children | d24e56a5f2ef |
comparison
equal
deleted
inserted
replaced
781:1dfe3ca27749 | 782:10a56f6bc5db |
---|---|
284 | 284 |
285 # Categories (with icons) | 285 # Categories (with icons) |
286 self.menus.addCategory(C.MENU_GLOBAL, [D_(u"General")], extra={'icon': 'home'}) | 286 self.menus.addCategory(C.MENU_GLOBAL, [D_(u"General")], extra={'icon': 'home'}) |
287 self.menus.addCategory(C.MENU_GLOBAL, [D_(u"Contacts")], extra={'icon': 'social'}) | 287 self.menus.addCategory(C.MENU_GLOBAL, [D_(u"Contacts")], extra={'icon': 'social'}) |
288 self.menus.addCategory(C.MENU_GLOBAL, [D_(u"Groups")], extra={'icon': 'social'}) | 288 self.menus.addCategory(C.MENU_GLOBAL, [D_(u"Groups")], extra={'icon': 'social'}) |
289 self.menus.addCategory(C.MENU_GLOBAL, [D_(u"Games")], extra={'icon': 'games'}) | 289 #self.menus.addCategory(C.MENU_GLOBAL, [D_(u"Games")], extra={'icon': 'games'}) |
290 | 290 |
291 # menus to have before backend menus | 291 # menus to have before backend menus |
292 self.menus.addMenu(C.MENU_GLOBAL, (D_(u"Groups"), D_(u"Discussion")), callback=main_menu.onJoinRoom) | 292 self.menus.addMenu(C.MENU_GLOBAL, (D_(u"Groups"), D_(u"Discussion")), callback=main_menu.onJoinRoom) |
293 | 293 |
294 # menus added by the backend/plugins (include other types than C.MENU_GLOBAL) | 294 # menus added by the backend/plugins (include other types than C.MENU_GLOBAL) |