kas1e / Odyssey

AmigaOS4 version of Odyssey
9 stars 7 forks source link

Missing shortcut in "About..." option in menu #28

Open samo79 opened 2 years ago

samo79 commented 2 years ago

In most programs, including other software created by Fab there are always a shortcut to quicly open the about window... a shortcut in the about option menu..

Add "A+?" shortcut in the "About..." menu

javierdlr commented 2 years ago

Change: C:\cygwin64\amiga\Odyssey\odyssey-r155188-1.23\Source\WebKit\OrigynWebBrowser\Api\MorphOS\appclass.cpp

{ NM_ITEM , MENU(ABOUT)           , 0, 0, 0, (APTR)MNA_ABOUT },

to { NM_ITEM , MENU(ABOUT) ,(STRPTR) "?", 0, 0, (APTR)MNA_ABOUT },

haven't try it so far.

samo79 commented 2 years ago

@javierdlr

Yep it should works.. btw do you have access to the repo to applying direct changes?