Mercurial > hg > easyhg
diff filestatuswidget.cpp @ 210:c5fceb3fe5b4
* OS/X: Add script to run external diff; add space around tab widget; textual fixes
* Bail out of easyhg.py in uisetup rather than at extension load time if we can't load PyQt4 -- that way we find out about it in easyhg
* Ensure editing the default path works even if hgrc doesn't yet exist; ensure path and branch are reset (to empty and default) if their respective files are absent
author | Chris Cannam |
---|---|
date | Wed, 05 Jan 2011 14:31:07 +0000 |
parents | c77c4d00a4fe |
children | 290a95b5ceae |
line wrap: on
line diff
--- a/filestatuswidget.cpp Tue Jan 04 16:34:33 2011 +0000 +++ b/filestatuswidget.cpp Wed Jan 05 14:31:07 2011 +0000 @@ -69,8 +69,9 @@ layout->addWidget(new QLabel("<qt><hr></qt>"), ++row, 0, 1, 3); ++row; + //!!! option to be less verbose -> shorten this m_noModificationsLabel = new QLabel - (tr("<qt>This area will list files in your working folder that you have changed.<br>At the moment you have no uncommitted changes.<br><br>To see changes made to the repository previously,<br>switch to the History tab.<br><br>%1</qt>") + (tr("<qt>This area will list files in your working folder that you have changed.<br><br>At the moment you have no uncommitted changes.<br><br>To see changes previously made to the repository,<br>switch to the History tab.<br><br>%1</qt>") #if defined Q_OS_MAC .arg(tr("To open the working folder in Finder,<br>click on the “Local” folder path shown above.")) #elif defined Q_OS_WIN32