mapeditor.cpp
changeset 309 1f41709aa387
parent 301 4258723b534c
child 314 549bb67a8ab2
     1.1 --- a/mapeditor.cpp	Mon Apr 24 11:31:15 2006 +0000
     1.2 +++ b/mapeditor.cpp	Mon Apr 24 11:31:16 2006 +0000
     1.3 @@ -3049,16 +3049,16 @@
     1.4  	cout << "MapEditor::testFunction() called\n";
     1.5  	return;
     1.6  
     1.7 -		QString ub=vymBaseDir.path()+"/scripts/update-bookmarks";
     1.8 -		QProcess *proc = new QProcess( this );
     1.9 -		proc->addArgument(ub);
    1.10 -
    1.11 -		if ( !proc->start() ) 
    1.12 -		{
    1.13 -			QMessageBox::warning(0, 
    1.14 -				tr("Warning"),
    1.15 -				tr("Couldn't find script %1\nto notifiy Browsers of changed bookmarks.").arg(ub));
    1.16 -		}	
    1.17 +	QString ub=vymBaseDir.path()+"/scripts/update-bookmarks";
    1.18 +	QProcess *proc = new QProcess( this );
    1.19 +	proc->addArgument(ub);
    1.20 +
    1.21 +	if ( !proc->start() ) 
    1.22 +	{
    1.23 +		QMessageBox::warning(0, 
    1.24 +			tr("Warning"),
    1.25 +			tr("Couldn't find script %1\nto notifiy Browsers of changed bookmarks.").arg(ub));
    1.26 +	}	
    1.27  
    1.28  	
    1.29  /*