summaryrefslogtreecommitdiffstats
path: root/Project/ElementForm.cpp
diff options
context:
space:
mode:
authorThales1330 <thaleslima.ufu@gmail.com>2016-09-30 16:58:37 -0300
committerThales1330 <thaleslima.ufu@gmail.com>2016-09-30 16:58:37 -0300
commitf6718ac24553ac99bf90f99a33543d6d6b96999b (patch)
tree3e012cfc029726a0eb5fc5576797baeafde6bc84 /Project/ElementForm.cpp
parentee27459748acee31a307604f6395ea31b4bf53ce (diff)
downloadPSP.git-f6718ac24553ac99bf90f99a33543d6d6b96999b.tar.gz
PSP.git-f6718ac24553ac99bf90f99a33543d6d6b96999b.tar.xz
PSP.git-f6718ac24553ac99bf90f99a33543d6d6b96999b.zip
Line form implemented, voltages corrections under implementation
Diffstat (limited to 'Project/ElementForm.cpp')
-rw-r--r--Project/ElementForm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/ElementForm.cpp b/Project/ElementForm.cpp
index b5517e4..893918c 100644
--- a/Project/ElementForm.cpp
+++ b/Project/ElementForm.cpp
@@ -1481,7 +1481,7 @@ LineFormBase::LineFormBase(wxWindow* parent, wxWindowID id, const wxString& titl
wxBoxSizer* boxSizerLvl2_2 = new wxBoxSizer(wxVERTICAL);
m_panelFault->SetSizer(boxSizerLvl2_2);
- wxStaticBoxSizer* staticBoxSizerZeroImpSeq = new wxStaticBoxSizer( new wxStaticBox(m_panelFault, wxID_ANY, _("Zero-sequance impedances (p.u.)")), wxVERTICAL);
+ wxStaticBoxSizer* staticBoxSizerZeroImpSeq = new wxStaticBoxSizer( new wxStaticBox(m_panelFault, wxID_ANY, _("Zero-sequence impedances (p.u.)")), wxVERTICAL);
boxSizerLvl2_2->Add(staticBoxSizerZeroImpSeq, 0, wxALL|wxEXPAND, WXC_FROM_DIP(5));