~ubuntu-branches/ubuntu/raring/banshee/raring

« back to all changes in this revision

Viewing changes to src/Extensions/Banshee.OpticalDisc/Banshee.OpticalDisc.Dvd/DvdSource.cs

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2012-08-24 02:25:28 UTC
  • mfrom: (1.15.10) (6.4.26 sid)
  • mto: This revision was merged to the branch mainline in revision 143.
  • Revision ID: package-import@ubuntu.com-20120824022528-17uu5u9yfheko50h
Tags: 2.5.0-1
* [2fb3583] Imported Upstream version 2.5.0
* [40793f9] Refresh patches and drop upstreamed Fix-FTBFS….patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
    public class DvdSource : DiscSource, IBasicPlaybackController
36
36
    {
37
37
        public DvdSource (DiscService service, DvdModel model)
38
 
            : base (service, (DiscModel) model, Catalog.GetString ("Dvd"), model.Title, 58)
 
38
            : base (service, (DiscModel) model, Catalog.GetString ("DVD"), model.Title, 58)
39
39
        {
40
40
            TypeUniqueId = "";
41
41