[PATCH 2/3]: wpa_gui-qt4: rename connect button to reassociate

Kel Modderman kel
Thu Jan 24 15:01:53 PST 2008


Signed-off-by: Kel Modderman <kel at otaku42.de>
---
--- a/wpa_supplicant/wpa_gui-qt4/wpagui.cpp
+++ b/wpa_supplicant/wpa_gui-qt4/wpagui.cpp
@@ -67,7 +67,8 @@
 	connect(scanButton, SIGNAL(clicked()), this, SLOT(scan()));
 	connect(selectAnyNetworkButton, SIGNAL(clicked()), this,
 		SLOT(selectAnyNetwork()));
-	connect(connectButton, SIGNAL(clicked()), this, SLOT(reassociate()));
+	connect(reassociateButton, SIGNAL(clicked()), this,
+		SLOT(reassociate()));
 	connect(disconnectButton, SIGNAL(clicked()), this, SLOT(disconnect()));
 
 	eh = NULL;
--- a/wpa_supplicant/wpa_gui-qt4/wpagui.ui
+++ b/wpa_supplicant/wpa_gui-qt4/wpagui.ui
@@ -199,9 +199,9 @@
      </widget>
     </item>
     <item row="5" column="0" >
-     <widget class="QPushButton" name="connectButton" >
+     <widget class="QPushButton" name="reassociateButton" >
       <property name="text" >
-       <string>Connect</string>
+       <string>Reassociate</string>
       </property>
      </widget>
     </item>
---



More information about the Hostap mailing list