Mercurial > hg > easyhg
comparison mainwindow.cpp @ 190:f4d261fa3a99
* Tiny textual change
author | Chris Cannam |
---|---|
date | Mon, 20 Dec 2010 17:07:30 +0000 |
parents | 6bb510abe4f1 |
children | b2fae1f16002 |
comparison
equal
deleted
inserted
replaced
189:6bb510abe4f1 | 190:f4d261fa3a99 |
---|---|
1982 | 1982 |
1983 hgServeAct = new QAction(tr("Serve via HTTP"), this); | 1983 hgServeAct = new QAction(tr("Serve via HTTP"), this); |
1984 hgServeAct -> setStatusTip(tr("Serve local repository via http for workgroup access")); | 1984 hgServeAct -> setStatusTip(tr("Serve local repository via http for workgroup access")); |
1985 | 1985 |
1986 //Help actions | 1986 //Help actions |
1987 aboutAct = new QAction(tr("About"), this); | 1987 aboutAct = new QAction(tr("About EasyMercurial"), this); |
1988 | 1988 |
1989 // Miscellaneous | 1989 // Miscellaneous |
1990 clearSelectionsAct = new QAction(tr("Clear selections"), this); | 1990 clearSelectionsAct = new QAction(tr("Clear selections"), this); |
1991 clearSelectionsAct->setShortcut(Qt::Key_Escape); | 1991 clearSelectionsAct->setShortcut(Qt::Key_Escape); |
1992 } | 1992 } |