corrected wrong vymBaseDir
authorinsilmaril
Mon, 24 Apr 2006 11:31:16 +0000
changeset 3091f41709aa387
parent 308 2827ca924b18
child 310 00ac7b2ac016
corrected wrong vymBaseDir
mapeditor.cpp
tex/vym.changelog
     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  /*
     2.1 --- a/tex/vym.changelog	Mon Apr 24 11:31:15 2006 +0000
     2.2 +++ b/tex/vym.changelog	Mon Apr 24 11:31:16 2006 +0000
     2.3 @@ -1,7 +1,8 @@
     2.4  -------------------------------------------------------------------
     2.5  Mon Apr 24 11:59:22 CEST 2006 - uwedr
     2.6  
     2.7 -- Bugfix: Icon for URL in XHTML Export was not found 
     2.8 +- Bugfix: wrong paths in XHTML export (#168033), caused by wrong
     2.9 +          vymBaseDir
    2.10  
    2.11  -------------------------------------------------------------------
    2.12  Mon Apr 10 13:23:02 CEST 2006 - uwedr