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

« back to all changes in this revision

Viewing changes to Dropbox/src/DropboxAbstractAction.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:
37
37
        {
38
38
                
39
39
                protected static Random rand = new Random ();
40
 
                protected string pub_url_title = Catalog.GetString ("URL of your shared file");
41
 
        
 
40
                
42
41
        
43
42
                public override IEnumerable<Type> SupportedItemTypes {
44
43
                        get { yield return typeof (IFileItem); }