Mercurial > hg > easyhg
comparison filestatuswidget.cpp @ 102:f70ccc15c9d0
* Add ConfirmCommentDialog
author | Chris Cannam |
---|---|
date | Wed, 24 Nov 2010 22:24:55 +0000 |
parents | f9af5e93de0e |
children | 0bd32aedc6f6 |
comparison
equal
deleted
inserted
replaced
101:f9af5e93de0e | 102:f70ccc15c9d0 |
---|---|
64 m_descriptions[FileStates::Missing] = tr("These files are recorded in the version control but absent from your working folder.<br>" | 64 m_descriptions[FileStates::Missing] = tr("These files are recorded in the version control but absent from your working folder.<br>" |
65 "If you deleted them intentionally, select them here and use <b>Remove</b> to tell the version control system about it."); | 65 "If you deleted them intentionally, select them here and use <b>Remove</b> to tell the version control system about it."); |
66 m_descriptions[FileStates::Unknown] = tr("These files are in your working folder but are not under version control.<br>" | 66 m_descriptions[FileStates::Unknown] = tr("These files are in your working folder but are not under version control.<br>" |
67 "Select a file and use Add to place it under version control or Ignore to remove it from this list."); | 67 "Select a file and use Add to place it under version control or Ignore to remove it from this list."); |
68 | 68 |
69 m_highlightExplanation = tr("Files highlighted in red " | 69 m_highlightExplanation = tr("Files highlighted <font color=red>in red</font> " |
70 "have appeared since your most recent commit or update."); | 70 "have appeared since your most recent commit or update."); |
71 | 71 |
72 for (int i = int(FileStates::FirstState); | 72 for (int i = int(FileStates::FirstState); |
73 i <= int(FileStates::LastState); ++i) { | 73 i <= int(FileStates::LastState); ++i) { |
74 | 74 |