Mercurial > hg > easyhg
comparison 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 |
comparison
equal
deleted
inserted
replaced
164:de39da2f9f4d | 165:97faf861618b |
---|---|
66 | 66 |
67 void | 67 void |
68 UncommittedItem::activateMenu() | 68 UncommittedItem::activateMenu() |
69 { | 69 { |
70 QMenu *menu = new QMenu; | 70 QMenu *menu = new QMenu; |
71 QLabel *label = new QLabel(tr("<qt> <b>Uncommitted changes</b></qt>")); | 71 QLabel *label = new QLabel(tr("<qt><b> Uncommitted changes</b></qt>")); |
72 QWidgetAction *wa = new QWidgetAction(menu); | 72 QWidgetAction *wa = new QWidgetAction(menu); |
73 wa->setDefaultWidget(label); | 73 wa->setDefaultWidget(label); |
74 menu->addAction(wa); | 74 menu->addAction(wa); |
75 menu->addSeparator(); | 75 menu->addSeparator(); |
76 | 76 |