~ubuntu-branches/ubuntu/precise/gnome-do/precise-proposed

« back to all changes in this revision

Viewing changes to Do.Addins/src/Do.UI/BaseWidgets/DefaultObjects.cs

  • Committer: Bazaar Package Importer
  • Author(s): Christopher James Halse Rogers
  • Date: 2008-09-14 10:09:40 UTC
  • mto: (0.1.8 sid)
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: james.westby@ubuntu.com-20080914100940-kyghudg7py14bu2z
Tags: upstream-0.6.0.0
ImportĀ upstreamĀ versionĀ 0.6.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
        public class DefaultIconBoxObject : IObject
52
52
        {
53
53
                public string Icon { get { return "search"; } }
54
 
                public string Name { get { return ""; } }
55
 
                public string Description { get { return ""; } }
 
54
                public string Name { get { return string.Empty; } }
 
55
                public string Description { get { return string.Empty; } }
56
56
        }
57
57
        
58
58
        public class DefaultLabelBoxObject : IObject