From 9939843a26c111ae6f0ce744948ea5b6451714f5 Mon Sep 17 00:00:00 2001
From: Ivica Ico Bukvic <ico@vt.edu>
Date: Tue, 23 Jul 2013 01:42:59 -0400
Subject: [PATCH] adjusted name change due to consistency improvements within
 the K12 module

---
 pd/src/pd.tk | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pd/src/pd.tk b/pd/src/pd.tk
index 47cbd7ead..c9b99c20e 100644
--- a/pd/src/pd.tk
+++ b/pd/src/pd.tk
@@ -2430,7 +2430,7 @@ proc pdtk_canvas_new {name width height geometry editable} {
 		match_linux_wm [list button $name.k12frame.wii.b_wii_hit -image i.wii_hit \
 			-command [concat put_K12_objects $name wii_hit]]
 		pack $name.k12frame.wii.b_wii_connect $name.k12frame.wii.b_wii_buttons $name.k12frame.wii.b_wii_speed $name.k12frame.wii.b_wii_hit -side left -expand 0 -padx 1 -pady 1
-		setTooltip $name.k12frame.wii.b_wii_connect "Wiimote: Use this to connect wiimote to the computer"
+		setTooltip $name.k12frame.wii.b_wii_connect "Wiimote Connect: Use this to connect wiimote to the computer"
 		setTooltip $name.k12frame.wii.b_wii_buttons "Wiimote Buttons: Use this to select which Wiimote button should activate objects connected to this object"
 		setTooltip $name.k12frame.wii.b_wii_hit "Wiimote Hit: Use this to detect when the wiimote has been shaken"
 		setTooltip $name.k12frame.wii.b_wii_speed "Wiimote Speed: Use this to detect how quickly is Wiimote moving"
@@ -2442,7 +2442,7 @@ proc pdtk_canvas_new {name width height geometry editable} {
 		# ---------------------------------- ARDUINO -----------------------------------------
 		match_linux_wm [list frame $name.k12frame.arduino -relief flat]
 		match_linux_wm [list button $name.k12frame.arduino.b_sarcduino -image i.sarcduino \
-			-command [concat put_K12_objects $name sarcduino]]
+			-command [concat put_K12_objects $name sarcduino_connect]]
 		match_linux_wm [list button $name.k12frame.arduino.b_sarcduino_digital -image i.sarcduino_digital \
 			-command [concat put_K12_objects $name sarcduino_digital]]
 		match_linux_wm [list button $name.k12frame.arduino.b_sarcduino_analog -image i.sarcduino_analog \
@@ -2452,7 +2452,7 @@ proc pdtk_canvas_new {name width height geometry editable} {
 		match_linux_wm [list button $name.k12frame.arduino.b_sarcduino_piezo -image i.sarcduino_piezo \
 			-command [concat put_K12_objects $name sarcduino_piezo]]
 		pack $name.k12frame.arduino.b_sarcduino $name.k12frame.arduino.b_sarcduino_digital $name.k12frame.arduino.b_sarcduino_analog $name.k12frame.arduino.b_sarcduino_hit $name.k12frame.arduino.b_sarcduino_piezo -side left -expand 0 -padx 1 -pady 1
-		setTooltip $name.k12frame.arduino.b_sarcduino "Arduino: Use this to arduino to the computer"
+		setTooltip $name.k12frame.arduino.b_sarcduino "Arduino Connect: Use this to arduino to the computer"
 		setTooltip $name.k12frame.arduino.b_sarcduino_digital "Arduino Digital: Use this to detect on/off states of a digital sensor"
 		setTooltip $name.k12frame.arduino.b_sarcduino_analog "Arduino Analog: Use this to monitor analog sensor speed"
 		setTooltip $name.k12frame.arduino.b_sarcduino_hit "Arduino Hit: Use this to detect when the arduino analog sensor data has rapidly changed"
-- 
GitLab