- Timestamp:
- 01/20/12 13:52:51 (13 years ago)
- Location:
- branches/HiveHiveEngine
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveHiveEngine
- Property svn:ignore
- Property svn:mergeinfo changed
/trunk/sources (added) merged: 7294-7295,7297,7304-7306,7318,7327,7333,7335,7341-7342,7351-7353,7369-7370
-
branches/HiveHiveEngine/HeuristicLab.Clients.Hive.JobManager/3.3/MenuItems/JobManagerMenuItem.cs
r7259 r7383 21 21 22 22 using System.Collections.Generic; 23 using System.Windows.Forms; 23 24 using HeuristicLab.Clients.Hive; 24 25 using HeuristicLab.MainForm; … … 38 39 get { return 10000; } 39 40 } 41 public override Keys ShortCutKeys { 42 get { return Keys.Control | Keys.H; } 43 } 40 44 } 41 45 }
Note: See TracChangeset
for help on using the changeset viewer.