Skip to content

Commit

Permalink
Fix accelerator keys
Browse files Browse the repository at this point in the history
  • Loading branch information
thothix committed Sep 24, 2024
1 parent d2921ed commit 126a9e7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion po/guayadeque.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-24 11:57-0300\n"
"POT-Creation-Date: 2024-09-24 14:17-0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand All @@ -34,6 +34,10 @@ msgstr ""
msgid "Close Window"
msgstr ""

#: misc/Accelerators.cpp:115
msgid "Community Forums"
msgstr ""

#: misc/Accelerators.cpp:116 ui/mediaviewer/library/ArListBox.cpp:193
#: ui/mediaviewer/library/SoListBox.cpp:561
#: ui/mediaviewer/library/AlListBox.cpp:302
Expand Down
4 changes: 2 additions & 2 deletions src/misc/Accelerators.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ void guAccelInit( void )
guAccelCmdIds.Add( ID_MAINFRAME_SETAUDIOSCROBBLE );
guAccelCmdIds.Add( ID_PLAYER_PLAYLIST_CLEAR );
guAccelCmdIds.Add( ID_MENU_VIEW_CLOSEWINDOW );
// guAccelCmdIds.Add( ID_MENU_COMMUNITY );
guAccelCmdIds.Add( ID_MENU_COMMUNITY );
guAccelCmdIds.Add( ID_PLAYER_PLAYLIST_EDITLABELS );
guAccelCmdIds.Add( ID_PLAYER_PLAYLIST_EDITTRACKS );
guAccelCmdIds.Add( ID_TRACKS_ENQUEUE_AFTER_ALL );
Expand Down Expand Up @@ -112,7 +112,7 @@ int guAccelGetActionNames( wxArrayString &actionnames )
actionnames.Add( _( "Audio Scrobbling" ) );
actionnames.Add( _( "Clear Playlist" ) );
actionnames.Add( _( "Close Window" ) );
// actionnames.Add( _( "Community Forums" ) );
actionnames.Add( _( "Community Forums" ) );
actionnames.Add( _( "Edit Labels" ) );
actionnames.Add( _( "Edit Tracks" ) );
actionnames.Add( _( "Enqueue" ) );
Expand Down
2 changes: 1 addition & 1 deletion src/misc/EventCommandIds.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ enum guCommandIds {
ID_MENU_LAYOUT_DUMMY,
ID_MENU_ABOUT,
ID_MENU_HELP,
// ID_MENU_COMMUNITY,
ID_MENU_COMMUNITY,

//
ID_MAINFRAME_COPYTO,
Expand Down

0 comments on commit 126a9e7

Please sign in to comment.