summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnt Gulbrandsen <arnt@gulbrandsen.priv.no>2011-03-10 16:09:14 (GMT)
committerRemko Tronçon <git@el-tramo.be>2011-03-12 13:24:15 (GMT)
commit5cb351d2d3f337d48b167ec934fe1ace367267a8 (patch)
tree74dc0fffce80591544226997c5101bc4759d62fd /Swift/QtUI
parent072dee17b4794fd489d54d507939545fc496612c (diff)
downloadswift-5cb351d2d3f337d48b167ec934fe1ace367267a8.zip
swift-5cb351d2d3f337d48b167ec934fe1ace367267a8.tar.bz2
fix that Sz again
Diffstat (limited to 'Swift/QtUI')
-rw-r--r--Swift/QtUI/QtChatTabs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/QtChatTabs.cpp b/Swift/QtUI/QtChatTabs.cpp
index 19bf9ba..25c7ca2 100644
--- a/Swift/QtUI/QtChatTabs.cpp
+++ b/Swift/QtUI/QtChatTabs.cpp
@@ -224,7 +224,7 @@ void QtChatTabs::handleTabTitleUpdated(QWidget* widget) {
tabText = tabText.mid(0, accelPos) + "&" + tabText.mid(accelPos);
}
// this could be improved on some european keyboards, such as
- // the German one (where alt-B is available) and basically
+ // the German one (where alt-Sz-Ligature is available) and basically
// doesn't work on Arabic/Indic keyboards (where Latin letters
// aren't available), but I don't care to deal with those.