~cszikszoy/do-plugins/MA-Config-Extension

« back to all changes in this revision

Viewing changes to Dropbox/src/DropboxLinkAction.cs

  • Committer: Peng Deng
  • Date: 2009-06-17 09:09:02 UTC
  • mfrom: (623.1.5 dropbox-icons)
  • Revision ID: dengpeng@gmail.com-20090617090902-522zxk0bt2tc1cvt
Merge nicer Dropbox icons

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
                }
46
46
                
47
47
                public override string Icon {
48
 
                        get { return "dropbox"; }
 
48
                        get { return ("dropbox-add.png@") + GetType ().Assembly.FullName; }
49
49
                }
50
50
                
51
51
                public override IEnumerable<Type> SupportedModifierItemTypes {