summaryrefslogtreecommitdiffstats
path: root/Project/BusForm.cpp
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-09-14 21:06:39 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-09-14 21:06:39 -0300
commit8bbb3f407cccdf0783c49025825a0f0b9ebe3480 (patch)
tree61649f4712ea3ddb360d37400bec3307a77f121e /Project/BusForm.cpp
parent16e4477e587ffbaccc67cdb2d44c6b61ac87a315 (diff)
downloadPSP.git-8bbb3f407cccdf0783c49025825a0f0b9ebe3480.tar.gz
PSP.git-8bbb3f407cccdf0783c49025825a0f0b9ebe3480.tar.xz
PSP.git-8bbb3f407cccdf0783c49025825a0f0b9ebe3480.zip
About project implemented
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;