Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix build (followup 43a0938)
  • Loading branch information
wonder-sk committed May 18, 2017
1 parent 4e47ce0 commit 8fed356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/locator/qgslocatorwidget.cpp
Expand Up @@ -36,7 +36,7 @@ QgsLocatorWidget::QgsLocatorWidget( QWidget *parent )
mLineEdit->setShowClearButton( true );
#ifdef Q_OS_MACX
mLineEdit->setPlaceholderText( trUtf8( "Type to locate (⌘K)" ) );
#elif
#else
mLineEdit->setPlaceholderText( tr( "Type to locate (Ctrl+K)" ) );
#endif

Expand Down

0 comments on commit 8fed356

Please sign in to comment.