Skip to content

Commit

Permalink
Changed everywhere i could find MODELICAPATH to OPENMODELICALIBRARY!
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2482 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Aug 24, 2006
1 parent f9e52cf commit c67a3f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OMNotebook/OMNotebookQT4/commands.xml
Expand Up @@ -49,7 +49,7 @@
</command>
<command name="loadModel($0)">
<field name="$0">name</field>
<helptext>Load model, function, or package relative to $MODELICAPATH. Ex: loadModel(Modelica.Electrical). Note: if e.g. loadModel(Modelica) fails, you may have MODELICAPATH pointing at the wrong location.</helptext>
<helptext>Load model, function, or package relative to $OPENMODELICALIBRARY. Ex: loadModel(Modelica.Electrical). Note: if e.g. loadModel(Modelica) fails, you may have OPENMODELICALIBRARY pointing at the wrong location.</helptext>
</command>
<command name="plot($0)">
<field name="$0">var</field>
Expand Down
2 changes: 1 addition & 1 deletion OMNotebook/OMNotebookQT4/omc_communicator.cpp
Expand Up @@ -305,7 +305,7 @@ QString OmcCommunicator::callOmc(const QString& fnCall)
/**
* \brief
* Loads the specified Modelica class by looking up the correct file to load in the
* environment variable MODELICAPATH.
* environment variable OPENMODELICALIBRARY.
*
* \return true if a file with the specified Modelica class was found, false otherwise.
*
Expand Down
2 changes: 1 addition & 1 deletion OMNotebook_QT3/OMNotebook/omc_communicator.cpp
Expand Up @@ -297,7 +297,7 @@ QString OmcCommunicator::callOmc(const QString& fnCall)
/**
* \brief
* Loads the specified Modelica class by looking up the correct file to load in the
* environment variable MODELICAPATH.
* environment variable OPENMODELICALIBRARY.
*
* \return true if a file with the specified Modelica class was found, false otherwise.
*
Expand Down

0 comments on commit c67a3f7

Please sign in to comment.