Skip to content

Commit ce884aa

Browse files
committed
- Fix spelling of OMNotebook
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5722 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent acfc886 commit ce884aa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

OMNotebook/OMNotebookQT4/cellapplication.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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" );

OMNotebook/OMNotebookQT4/celldocument.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 )

0 commit comments

Comments
 (0)