Mercurial > hg > easyhg
diff uncommitteditem.cpp @ 165:97faf861618b
* Experiment with removing revision numbers from display (hashes only)
author | Chris Cannam |
---|---|
date | Fri, 03 Dec 2010 22:42:24 +0000 |
parents | 70fe12873106 |
children | 4bad3c5c053a |
line wrap: on
line diff
--- a/uncommitteditem.cpp Fri Dec 03 20:37:40 2010 +0000 +++ b/uncommitteditem.cpp Fri Dec 03 22:42:24 2010 +0000 @@ -68,7 +68,7 @@ UncommittedItem::activateMenu() { QMenu *menu = new QMenu; - QLabel *label = new QLabel(tr("<qt> <b>Uncommitted changes</b></qt>")); + QLabel *label = new QLabel(tr("<qt><b> Uncommitted changes</b></qt>")); QWidgetAction *wa = new QWidgetAction(menu); wa->setDefaultWidget(label); menu->addAction(wa);