diff filestates.h @ 326:6e1fdda1dff2 filelist_right_button_menu

Implement right-button menu functions for file lists; convert the toolbar-button functions (apart from Add and Remove) to modal only on working copy state rather than selection state
author Chris Cannam
date Fri, 11 Mar 2011 15:33:16 +0000
parents 5fa5c908ca00
children a52970e7a6e0
line wrap: on
line diff
--- a/filestates.h	Thu Mar 10 21:04:58 2011 +0000
+++ b/filestates.h	Fri Mar 11 15:33:16 2011 +0000
@@ -66,8 +66,8 @@
         // These are in the order in which they want to be listed in
         // the context menu
 
+        Diff,
         Annotate,
-        Diff,
 
         Commit,
         Revert,
@@ -81,7 +81,7 @@
         Ignore,
         UnIgnore,
 
-        FirstActivity = Commit,
+        FirstActivity = Diff,
         LastActivity = UnIgnore
     };