Commit 3b3c50ab authored by Anil Daoud's avatar Anil Daoud

* compilation (unicode) fix

parent ea3a7dc1
...@@ -1280,7 +1280,7 @@ wizStreamingExtraPage::wizStreamingExtraPage( wxWizard *parent, ...@@ -1280,7 +1280,7 @@ wizStreamingExtraPage::wizStreamingExtraPage( wxWizard *parent,
/* TTL */ /* TTL */
sizer->Add( new wxStaticText( this, -1, wxU(_("Time-To-Live (TTL)"))), sizer->Add( new wxStaticText( this, -1, wxU(_("Time-To-Live (TTL)"))),
0, wxALL, 5 ); 0, wxALL, 5 );
ttl_spin = new wxSpinCtrl( this, -1, "", wxDefaultPosition, wxDefaultSize, ttl_spin = new wxSpinCtrl( this, -1, wxEmptyString, wxDefaultPosition, wxDefaultSize,
0, 1, 255, 1 ); 0, 1, 255, 1 );
ttl_spin->SetToolTip(wxU(_(TTL) ) ) ; ttl_spin->SetToolTip(wxU(_(TTL) ) ) ;
sizer->Add( ttl_spin, 0, wxALL , 5 ); sizer->Add( ttl_spin, 0, wxALL , 5 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment