summaryrefslogtreecommitdiffstats
path: root/Project/BusForm.cpp
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-09-15 11:54:33 -0300
committerGitHub <noreply@github.com>2017-09-15 11:54:33 -0300
commitf51700f75fe679610ebd09c4d7b0c2bacce2fda1 (patch)
treed78b51957aed8d255cd518a35aaccbae6a8aa486 /Project/BusForm.cpp
parenta3eae453fcfda32d095cc22b8fb33fea71890d93 (diff)
parentbef0df343303f0647c08663c8dce4cbaa33b93bf (diff)
downloadPSP.git-f51700f75fe679610ebd09c4d7b0c2bacce2fda1.tar.gz
PSP.git-f51700f75fe679610ebd09c4d7b0c2bacce2fda1.tar.xz
PSP.git-f51700f75fe679610ebd09c4d7b0c2bacce2fda1.zip
Merge pull request #36 from Thales1330/wip-eletromechanical-saturation
Wip eletromechanical saturation
Diffstat (limited to 'Project/BusForm.cpp')
-rw-r--r--Project/BusForm.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Project/BusForm.cpp b/Project/BusForm.cpp
index 113dd24..436357e 100644
--- a/Project/BusForm.cpp
+++ b/Project/BusForm.cpp
@@ -3,6 +3,11 @@
BusForm::BusForm(wxWindow* parent, Bus* bus) : BusFormBase(parent)
{
+ m_choiceFaultType->SetString(0, _("Three-phase"));
+ m_choiceFaultType->SetString(1, _("Line-to-line"));
+ m_choiceFaultType->SetString(2, _("Double line-to-ground"));
+ m_choiceFaultType->SetString(3, _("Line-to-ground"));
+
SetSize(GetBestSize());
m_parent = parent;