[PC-BSD Commits] r18149 - pcbsd/current/src-qt4/pc-bluetoothtray
svn at pcbsd.org
svn at pcbsd.org
Sat Aug 4 05:12:18 PDT 2012
Author: kenmoore
Date: 2012-08-04 12:12:17 +0000 (Sat, 04 Aug 2012)
New Revision: 18149
Modified:
pcbsd/current/src-qt4/pc-bluetoothtray/btTray.cpp
Log:
Fix a typo in the bluetooth tray
Modified: pcbsd/current/src-qt4/pc-bluetoothtray/btTray.cpp
===================================================================
--- pcbsd/current/src-qt4/pc-bluetoothtray/btTray.cpp 2012-08-04 09:43:47 UTC (rev 18148)
+++ pcbsd/current/src-qt4/pc-bluetoothtray/btTray.cpp 2012-08-04 12:12:17 UTC (rev 18149)
@@ -51,7 +51,7 @@
//Determine if the device is a new detection (but not the first time the computer is turned on)
if(status && isBTDevice && !isFirstRun){
//Show the popup message about a new device being discovered is not the first run after startup
- trayIcon->showMessage( tr("New Bluetooth Device Detected"),tr("Click here to configure Bluteooth device configurations"),QSystemTrayIcon::NoIcon,5000);
+ trayIcon->showMessage( tr("New Bluetooth Device Detected"),tr("Click here to configure Bluetooth device configurations"),QSystemTrayIcon::NoIcon,5000);
}
if(isFirstRun){
More information about the Commits
mailing list