Mercurial > hg > easyhg
comparison src/mainwindow.cpp @ 544:bb98b65b23c9 fswatcher
Rename Refresh menu function to make it clearer that it only re-reads (doesn't pull, update etc)
author | Chris Cannam |
---|---|
date | Tue, 14 Feb 2012 17:30:46 +0000 |
parents | a220f99f1134 |
children | 3944da037ab8 |
comparison
equal
deleted
inserted
replaced
543:a220f99f1134 | 544:bb98b65b23c9 |
---|---|
2882 #endif | 2882 #endif |
2883 m_exitAct->setShortcuts(QKeySequence::Quit); | 2883 m_exitAct->setShortcuts(QKeySequence::Quit); |
2884 m_exitAct->setStatusTip(tr("Exit EasyMercurial")); | 2884 m_exitAct->setStatusTip(tr("Exit EasyMercurial")); |
2885 | 2885 |
2886 //Repository actions | 2886 //Repository actions |
2887 m_hgRefreshAct = new QAction(QIcon(":/images/status.png"), tr("&Refresh"), this); | 2887 m_hgRefreshAct = new QAction(QIcon(":/images/status.png"), tr("&Re-Read Working Folder"), this); |
2888 m_hgRefreshAct->setShortcut(tr("Ctrl+R")); | 2888 m_hgRefreshAct->setShortcut(tr("Ctrl+R")); |
2889 m_hgRefreshAct->setStatusTip(tr("Refresh the window to show the current state of the working folder")); | 2889 m_hgRefreshAct->setStatusTip(tr("Refresh the window to show the current state of the working folder")); |
2890 | 2890 |
2891 m_hgIncomingAct = new QAction(QIcon(":/images/incoming.png"), tr("Pre&view Incoming Changes"), this); | 2891 m_hgIncomingAct = new QAction(QIcon(":/images/incoming.png"), tr("Pre&view Incoming Changes"), this); |
2892 m_hgIncomingAct->setIconText(tr("Preview")); | 2892 m_hgIncomingAct->setIconText(tr("Preview")); |