~dobey/ubuntu/natty/banshee/fix-and-amz

« back to all changes in this revision

Viewing changes to src/Core/Banshee.ThickClient/Banshee.Library.Gui/FolderImportSource.cs

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2010-01-28 23:52:53 UTC
  • mto: (6.4.6 sid) (1.14.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 88.
  • Revision ID: james.westby@ubuntu.com-20100128235253-qyw3pkf2vw7ld3kg
ImportĀ upstreamĀ versionĀ 1.5.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
        }
51
51
 
52
52
        public string Name {
53
 
            get { return Catalog.GetString ("Local Folders"); }
 
53
            get { return Banshee.IO.Provider.LocalOnly ? Catalog.GetString ("Local Folders") : Catalog.GetString ("Folders"); }
54
54
        }
55
55
 
56
56
        public string ImportLabel {
66
66
        }
67
67
 
68
68
        public int SortOrder {
69
 
            get { return 0; }
 
69
            get { return 10; }
70
70
        }
71
71
 
72
72
        // Reserve strings in preparation for the forthcoming string freeze.