~do-plugins/do-plugins/future

« back to all changes in this revision

Viewing changes to ManLookUp/src/ManLookUpEntries.cs

  • Committer: David Siegel
  • Date: 2008-12-23 19:31:02 UTC
  • Revision ID: david@david-desktop-20081223193102-usu0br536pvdr8wq
Fix ManLookUp -- bad name

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
        /// <summary>
42
42
        ///     ManLookUpItem - Our custom manual page entries
43
43
        /// </summary>
44
 
        public class ManLookUpItem : IOpenableItem {
 
44
        public class ManLookUpItem : Item, IOpenableItem {
45
45
                
46
46
                private string name;
47
47
                private string description;