aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake
diff options
context:
space:
mode:
Diffstat (limited to 'Rpmdrake')
-rw-r--r--Rpmdrake/edit_urpm_sources.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rpmdrake/edit_urpm_sources.pm b/Rpmdrake/edit_urpm_sources.pm
index 3d6bc59b..fc618907 100644
--- a/Rpmdrake/edit_urpm_sources.pm
+++ b/Rpmdrake/edit_urpm_sources.pm
@@ -58,6 +58,7 @@ my %col = (
sub get_medium_type {
my ($medium) = @_;
my %medium_type = (
+ cdrom => N("CD-ROM"),
ftp => N("FTP"),
file => N("Local"),
http => N("HTTP"),