i'm trying to edit the GUI of wireshark to add new menu items to existing menu bar...but the code is huge and i dont know what files it is dependent on ..please kndly help me with which files to be edited [email protected]gmail.com asked 27 Feb '12, 02:22 sangmeshp |
One Answer:
It very much depends on which branch you're working with.
There are other ways to add menus, like registering a statistics menu item. answered 27 Feb '12, 04:16 Jaap ♦ |
ui/gtk/ui/main-menubar-ui.xml isn't used you have to edit main_menubar.c or use the tap interface to add a custom menu.