Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jan 30, 2012
1 parent c132348 commit 6524df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/offline_editing/offline_editing_plugin_gui.cpp
Expand Up @@ -100,7 +100,7 @@ void QgsOfflineEditingPluginGui::on_butBrowse_clicked()
tr( "Select target database for offline data" ),
QDir( mOfflineDataPath ).absoluteFilePath( mOfflineDbFile ),
tr( "SpatiaLite DB" ) + " (*.sqlite);;"
tr( "All files" ) + " (*.*)" );
+ tr( "All files" ) + " (*.*)" );

if ( !fileName.isEmpty() )
{
Expand Down

0 comments on commit 6524df4

Please sign in to comment.