File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -183,8 +183,8 @@ namespace IAEX
183183 }
184184
185185 // 2006-02-13 AF, create temp dir
186- if ( !dir.exists ( " OMNoteboook_tempfiles " ) )
187- dir.mkdir ( " OMNoteboook_tempfiles " );
186+ if ( !dir.exists ( " OMNotebook_tempfiles " ) )
187+ dir.mkdir ( " OMNotebook_tempfiles " );
188188
189189 // 2005-12-17 AF, Create instance (load styles) of stylesheet
190190 // 2006-04-10 AF, use environment variable to find stylesheet.xml
@@ -363,7 +363,7 @@ namespace IAEX
363363 }
364364
365365 // 2006-02-13 AF, remove temp dir
366- dir.rmdir ( " OMNoteboook_tempfiles " );
366+ dir.rmdir ( " OMNotebook_tempfiles " );
367367 }
368368
369369 /* !
@@ -432,7 +432,7 @@ namespace IAEX
432432 {
433433 // 2006-02-13 AF, store images in temp dir
434434 QDir dir;
435- dir.setPath( dir.absolutePath() + "/OMNoteboook_tempfiles " );
435+ dir.setPath( dir.absolutePath() + "/OMNotebook_tempfiles " );
436436
437437 QImageWriter writer( dir.absolutePath() + "/" + newImagename, "png" );
438438 writer.setDescription( "Temporary OMNotebook image" );
Original file line number Diff line number Diff line change @@ -644,7 +644,7 @@ namespace IAEX
644644 QDir dir;
645645
646646 // 2006-02-13 AF, store images in temp dir
647- dir.setPath ( dir.absolutePath () + " /OMNoteboook_tempfiles " );
647+ dir.setPath ( dir.absolutePath () + " /OMNotebook_tempfiles " );
648648
649649 QString name;
650650 while ( true )
You can’t perform that action at this time.
0 commit comments