Skip to content

Commit

Permalink
- Fix spelling of OMNotebook
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5722 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jun 25, 2010
1 parent acfc886 commit ce884aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions OMNotebook/OMNotebookQT4/cellapplication.cpp
Expand Up @@ -183,8 +183,8 @@ namespace IAEX
}

// 2006-02-13 AF, create temp dir
if( !dir.exists( "OMNoteboook_tempfiles" ) )
dir.mkdir( "OMNoteboook_tempfiles" );
if( !dir.exists( "OMNotebook_tempfiles" ) )
dir.mkdir( "OMNotebook_tempfiles" );

// 2005-12-17 AF, Create instance (load styles) of stylesheet
// 2006-04-10 AF, use environment variable to find stylesheet.xml
Expand Down Expand Up @@ -363,7 +363,7 @@ namespace IAEX
}

// 2006-02-13 AF, remove temp dir
dir.rmdir( "OMNoteboook_tempfiles" );
dir.rmdir( "OMNotebook_tempfiles" );
}

/*!
Expand Down Expand Up @@ -432,7 +432,7 @@ namespace IAEX
{
// 2006-02-13 AF, store images in temp dir
QDir dir;
dir.setPath( dir.absolutePath() + "/OMNoteboook_tempfiles" );
dir.setPath( dir.absolutePath() + "/OMNotebook_tempfiles" );
QImageWriter writer( dir.absolutePath() + "/" + newImagename, "png" );
writer.setDescription( "Temporary OMNotebook image" );
Expand Down
2 changes: 1 addition & 1 deletion OMNotebook/OMNotebookQT4/celldocument.cpp
Expand Up @@ -644,7 +644,7 @@ namespace IAEX
QDir dir;

// 2006-02-13 AF, store images in temp dir
dir.setPath( dir.absolutePath() + "/OMNoteboook_tempfiles" );
dir.setPath( dir.absolutePath() + "/OMNotebook_tempfiles" );

QString name;
while( true )
Expand Down

0 comments on commit ce884aa

Please sign in to comment.