Skip to content

Commit 6524df4

Browse files
committed
fix build error
1 parent c132348 commit 6524df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/offline_editing/offline_editing_plugin_gui.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ void QgsOfflineEditingPluginGui::on_butBrowse_clicked()
100100
tr( "Select target database for offline data" ),
101101
QDir( mOfflineDataPath ).absoluteFilePath( mOfflineDbFile ),
102102
tr( "SpatiaLite DB" ) + " (*.sqlite);;"
103-
tr( "All files" ) + " (*.*)" );
103+
+ tr( "All files" ) + " (*.*)" );
104104

105105
if ( !fileName.isEmpty() )
106106
{

0 commit comments

Comments
 (0)