~cszikszoy/do-plugins/fix-confluence

« back to all changes in this revision

Viewing changes to Microblogging/src/PostAction.cs

  • Committer: Alex Launi
  • Date: 2009-01-09 09:05:05 UTC
  • mfrom: (413.1.45 build-fixins)
  • Revision ID: alex.launi@gmail.com-20090109090505-47e4prpey8eb0903
Merge massive plugins tree cleanup, and autofoo build fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
                }
50
50
                
51
51
                public override string Icon {
52
 
                        get { return "twitter-icon.svg@" + GetType ().Assembly.FullName; }
 
52
                        get { return "microblogging.svg@" + GetType ().Assembly.FullName; }
53
53
                }
54
54
                
55
55
                public override IEnumerable<Type> SupportedItemTypes {