diff src/filestates.h @ 624:38c84c66ad7a

* Added "show in" to show selected file in explorer
author Sam Izzo <sam@humbug.net>
date Sun, 26 Aug 2012 01:59:53 +1000
parents 533519ebc0cb
children ae67ea0af696
line wrap: on
line diff
--- a/src/filestates.h	Sat Aug 25 23:04:10 2012 +1000
+++ b/src/filestates.h	Sun Aug 26 01:59:53 2012 +1000
@@ -77,6 +77,8 @@
         Ignore,
         UnIgnore,
 
+        ShowIn,
+
         FirstActivity = Diff,
         LastActivity = UnIgnore
     };