Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui

changeset 208
26ed553ad4fb
parent 203
0bd3912f3c5f
child 210
b1a204f22291
--- a/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui	Tue Apr 27 17:30:55 2010 +0000
+++ b/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui	Wed Apr 28 07:25:24 2010 +0000
@@ -102,9 +102,6 @@
      <property name="alternatingRowColors">
       <bool>true</bool>
      </property>
-     <property name="selectionMode">
-      <enum>QAbstractItemView::ExtendedSelection</enum>
-     </property>
      <property name="rootIsDecorated">
       <bool>false</bool>
      </property>
@@ -253,22 +250,22 @@
       </widget>
      </item>
      <item>
-      <widget class="QPushButton" name="diffPreviousButton">
+      <widget class="QPushButton" name="diffP1Button">
        <property name="toolTip">
-        <string>Press to generate a diff to the previous revision</string>
+        <string>Press to generate a diff to the first parent revision</string>
        </property>
        <property name="text">
-        <string>&amp;Diff to Previous</string>
+        <string>Diff to Parent &amp;1</string>
        </property>
       </widget>
      </item>
      <item>
-      <widget class="QPushButton" name="diffRevisionsButton">
+      <widget class="QPushButton" name="diffP2Button">
        <property name="toolTip">
-        <string>Press to compare two revisions</string>
+        <string>Press to generate a diff to the second parent revision</string>
        </property>
        <property name="text">
-        <string>&amp;Compare Revisions</string>
+        <string>Diff to Parent &amp;2</string>
        </property>
       </widget>
      </item>
@@ -400,8 +397,8 @@
   <tabstop>nextButton</tabstop>
   <tabstop>limitSpinBox</tabstop>
   <tabstop>stopCheckBox</tabstop>
-  <tabstop>diffPreviousButton</tabstop>
-  <tabstop>diffRevisionsButton</tabstop>
+  <tabstop>diffP1Button</tabstop>
+  <tabstop>diffP2Button</tabstop>
   <tabstop>input</tabstop>
   <tabstop>passwordCheckBox</tabstop>
   <tabstop>sendButton</tabstop>

eric ide

mercurial