summaryrefslogtreecommitdiffstats
path: root/tdeioslave/audiocd/audiocd.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 16:02:28 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 16:02:28 -0600
commitdeef75a57e49cb53695a40b559b24648edc352be (patch)
tree4d4c6d8b2aad7e249d65a835d3913ab191920bcf /tdeioslave/audiocd/audiocd.cpp
parenta790af0d5e7c2d93f8e82ba5db273a97dfb0eef6 (diff)
downloadtdemultimedia-deef75a57e49cb53695a40b559b24648edc352be.tar.gz
tdemultimedia-deef75a57e49cb53695a40b559b24648edc352be.zip
Rename kioslaves
Diffstat (limited to 'tdeioslave/audiocd/audiocd.cpp')
-rw-r--r--tdeioslave/audiocd/audiocd.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeioslave/audiocd/audiocd.cpp b/tdeioslave/audiocd/audiocd.cpp
index 7898be5a..68192e3d 100644
--- a/tdeioslave/audiocd/audiocd.cpp
+++ b/tdeioslave/audiocd/audiocd.cpp
@@ -80,7 +80,7 @@ int kdemain(int argc, char ** argv)
// with the user
putenv(strdup("SESSION_MANAGER="));
TDEApplication::disableAutoDcopRegistration();
- TDECmdLineArgs::init(argc, argv, "kio_audiocd", 0, 0, 0, 0);
+ TDECmdLineArgs::init(argc, argv, "tdeio_audiocd", 0, 0, 0, 0);
TDECmdLineArgs::addCmdLineOptions(options);
TDEApplication app(false, true);
@@ -758,7 +758,7 @@ struct cdrom_drive *AudioCDProtocol::getDrive()
else if(!fi.exists())
error(TDEIO::ERR_DOES_NOT_EXIST, d->device);
else error(TDEIO::ERR_SLAVE_DEFINED,
-i18n("Unknown error. If you have a cd in the drive try running cdparanoia -vsQ as yourself (not root). Do you see a track list? If not, make sure you have permission to access the CD device. If you are using SCSI emulation (possible if you have an IDE CD writer) then make sure you check that you have read and write permissions on the generic SCSI device, which is probably /dev/sg0, /dev/sg1, etc.. If it still does not work, try typing audiocd:/?device=/dev/sg0 (or similar) to tell kio_audiocd which device your CD-ROM is."));
+i18n("Unknown error. If you have a cd in the drive try running cdparanoia -vsQ as yourself (not root). Do you see a track list? If not, make sure you have permission to access the CD device. If you are using SCSI emulation (possible if you have an IDE CD writer) then make sure you check that you have read and write permissions on the generic SCSI device, which is probably /dev/sg0, /dev/sg1, etc.. If it still does not work, try typing audiocd:/?device=/dev/sg0 (or similar) to tell tdeio_audiocd which device your CD-ROM is."));
return 0;
}