diff options
Diffstat (limited to 'kradio3/plugins/recording/encoder_ogg.cpp')
-rw-r--r-- | kradio3/plugins/recording/encoder_ogg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kradio3/plugins/recording/encoder_ogg.cpp b/kradio3/plugins/recording/encoder_ogg.cpp index ec43546..fa61ab1 100644 --- a/kradio3/plugins/recording/encoder_ogg.cpp +++ b/kradio3/plugins/recording/encoder_ogg.cpp @@ -174,7 +174,7 @@ bool RecordingEncodingOgg::openOutput(const TQString &output) /* Build the packets */ vorbis_comment vc; vorbis_comment_init (&vc); - vorbis_comment_add_tag_new(&vc, "creator", "KRadio" VERSION); + vorbis_comment_add_tag_new(&vc, "creator", "TDERadio" VERSION); vorbis_comment_add_tag_new(&vc, "title", m_RadioStation->longName().utf8()); vorbis_comment_add_tag_new(&vc, "date", TQDateTime::currentDateTime().toString(Qt::ISODate)); |