Ignore:
Timestamp:
2006-05-15T16:06:49+02:00 (18 years ago)
Author:
x05andfe <x05andfe@…>
Branches:
Added-citation-metadata, maintenance/v1.14, maintenance/v1.15, maintenance/v1.16, maintenance/v1.17, maintenance/v1.18, maintenance/v1.19, maintenance/v1.20, maintenance/v1.21, maintenance/v1.22, maintenance/v1.23, master, omlib-staging
Children:
6aeb3843
Parents:
a46c6e4
Message:

Updated some part of the code to make it work on unix/linux.

  • changed from 'exception' to 'runtime_error'
  • fixed search path for omc

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2384 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OMNotebook/OMNotebookQT4/textcursorcommands.cpp

    r673590f r9161d47  
    5353 * \brief Describes different textcursor commands
    5454 */
    55 
    5655
    5756//QT Headers
     
    548547      {
    549548        string str = string("Could not open image: ") + filepath_.toStdString().c_str();
    550         throw exception( str.c_str() );
     549        throw runtime_error( str.c_str() );
    551550      }
    552551    }
Note: See TracChangeset for help on using the changeset viewer.