Skip to content

Commit

Permalink
- Open debugger backtrace in text editor.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22204 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Sep 9, 2014
1 parent 8844725 commit 2ecb6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
Expand Up @@ -814,7 +814,7 @@ LibraryTreeNode* LibraryTreeWidget::addLibraryTreeNode(QString name, bool isSave
{
mpMainWindow->getStatusBar()->showMessage(QString(Helper::loading).append(": ").append(name));
QString fileName = "";
LibraryTreeNode *pNewLibraryTreeNode = new LibraryTreeNode(LibraryTreeNode::TLM, name, "", name, StringHandler::createTooltip(name, ""),
LibraryTreeNode *pNewLibraryTreeNode = new LibraryTreeNode(LibraryTreeNode::Text, name, "", name, StringHandler::createTooltip(name, ""),
StringHandler::Model, fileName, !isFileWritAble(fileName), isSaved, false, this);
pNewLibraryTreeNode->setIsDocumentationClass(false);

Expand Down

0 comments on commit 2ecb6b8

Please sign in to comment.