~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to Twitter/Twitter.cs

  • Committer: Jacob Andreas
  • Date: 2008-03-22 08:57:20 UTC
  • mfrom: (72.1.1 do-plugins)
  • Revision ID: jacob@ada-20080322085720-4e201gtyw90unrtp
added Twitter plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
                
56
56
                public string Icon {
57
57
                        get {
58
 
                                return "twitter-icon.png@Twitter";
 
58
                                return TwitterIcons.Instance.GetIconPath ("twitter-icon.png");
59
59
                        }
60
60
                }
61
61