summaryrefslogtreecommitdiff
path: root/TAO/utils/wxNamingViewer/wxSelectNSDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/utils/wxNamingViewer/wxSelectNSDialog.cpp')
-rw-r--r--TAO/utils/wxNamingViewer/wxSelectNSDialog.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/utils/wxNamingViewer/wxSelectNSDialog.cpp b/TAO/utils/wxNamingViewer/wxSelectNSDialog.cpp
index e5ba621186d..8657771243d 100644
--- a/TAO/utils/wxNamingViewer/wxSelectNSDialog.cpp
+++ b/TAO/utils/wxNamingViewer/wxSelectNSDialog.cpp
@@ -27,14 +27,14 @@ namespace // anonymous
wxDefaultSize,
0,
0,
- wxLB_SINGLE,
+ wxLB_SINGLE,
wxDefaultValidator,
- "serversList"
+ "serversList"
),
1,
wxEXPAND | wxALL,
5);
-
+
wxBoxSizer *button_sizer = new wxBoxSizer( wxHORIZONTAL );
{
wxButton* okButton = new wxButton( dialog, wxID_OK, "OK" );
@@ -65,12 +65,12 @@ namespace // anonymous
0,
wxALL,
5);
-
+
topsizer->Add(
button_sizer,
0,
wxALIGN_CENTER);
-
+
dialog->SetSizer( topsizer);
topsizer->SetSizeHints( dialog);
}