]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/htmlctrl/htmlctrl.cpp
Various layout fixes and such
[wxWidgets.git] / samples / html / htmlctrl / htmlctrl.cpp
index 83687c029f3b1ee40c95cd3fc0eb83d0ffeb5425..055a9777950e79a64612f255b0cb39019329d1f6 100755 (executable)
@@ -219,6 +219,7 @@ void MyFrame::OnStateChanged(wxWebKitStateChangedEvent& myEvent){
     if (GetStatusBar() != NULL){
         if (myEvent.GetState() == wxWEBKIT_STATE_NEGOTIATING){
             GetStatusBar()->SetStatusText(_("Contacting ") + myEvent.GetURL());
+            urlText->SetValue(myEvent.GetURL());
         }
         else if (myEvent.GetState() == wxWEBKIT_STATE_TRANSFERRING){
             GetStatusBar()->SetStatusText(_("Loading ") + myEvent.GetURL());