mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
fix: _O_pen link's shortcut is conflict with Save S_o_und
This commit is contained in:
parent
01c0b8d9d9
commit
3c668165c0
|
@ -1752,7 +1752,7 @@ void ArticleView::contextMenuRequested( QPoint const & pos )
|
|||
{
|
||||
if ( !isExternalLink( targetUrl ) )
|
||||
{
|
||||
followLink = new QAction( tr( "&Open Link" ), &menu );
|
||||
followLink = new QAction( tr( "Op&en Link" ), &menu );
|
||||
menu.addAction( followLink );
|
||||
|
||||
if( !popupView && !isAudioLink( targetUrl ) )
|
||||
|
|
Loading…
Reference in a new issue