~ubuntu-branches/ubuntu/hardy/k3b/hardy-backports

« back to all changes in this revision

Viewing changes to src/projects/k3bfillstatusdisplay.cpp

  • Committer: Bazaar Package Importer
  • Author(s): agent 8131
  • Date: 2008-09-01 15:59:09 UTC
  • mfrom: (46.1.6 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080901155909-uor0tq73yt6ph9sx
Tags: 1.0.5-1ubuntu4~hardy1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 *
3
 
 * $Id: k3bfillstatusdisplay.cpp 652596 2007-04-11 14:36:40Z trueg $
 
3
 * $Id: k3bfillstatusdisplay.cpp 768504 2008-01-30 08:53:22Z trueg $
4
4
 * Copyright (C) 2003 Sebastian Trueg <trueg@k3b.org>
5
5
 *
6
6
 * This file is part of the K3b project.
53
53
 
54
54
 
55
55
static const int DEFAULT_CD_SIZE_74 = 74*60*75;
56
 
static const int DEFAULT_CD_SIZE_80 = 80*60*74;
 
56
static const int DEFAULT_CD_SIZE_80 = 80*60*75;
57
57
static const int DEFAULT_CD_SIZE_100 = 100*60*75;
58
58
static const int DEFAULT_DVD_SIZE_4_4 = 2295104;
59
59
static const int DEFAULT_DVD_SIZE_8_0 = 4173824;