[PC-BSD Commits] r17864 - pcbsd/current/src-qt4/pc-bluetoothtray
svn at pcbsd.org
svn at pcbsd.org
Mon Jul 23 07:31:49 PDT 2012
Author: kenmoore
Date: 2012-07-23 14:31:49 +0000 (Mon, 23 Jul 2012)
New Revision: 17864
Modified:
pcbsd/current/src-qt4/pc-bluetoothtray/btTray.cpp
Log:
Fix a typo in the blutoothtray popup
Modified: pcbsd/current/src-qt4/pc-bluetoothtray/btTray.cpp
===================================================================
--- pcbsd/current/src-qt4/pc-bluetoothtray/btTray.cpp 2012-07-23 12:43:41 UTC (rev 17863)
+++ pcbsd/current/src-qt4/pc-bluetoothtray/btTray.cpp 2012-07-23 14:31:49 UTC (rev 17864)
@@ -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 Blueooth device configurations"),QSystemTrayIcon::NoIcon,5000);
+ trayIcon->showMessage( tr("New Bluetooth Device Detected"),tr("Click here to configure Bluteooth device configurations"),QSystemTrayIcon::NoIcon,5000);
}
if(isFirstRun){
More information about the Commits
mailing list