Index: Modules/MitkExt/IO/mitkPACSPlugin.cpp =================================================================== --- Modules/MitkExt/IO/mitkPACSPlugin.cpp (revision 29792) +++ Modules/MitkExt/IO/mitkPACSPlugin.cpp (working copy) @@ -238,7 +238,7 @@ return std::string("application/pdf"); } - if ( firstLine.substr( 0, 5 ) == "{\rtf" ) + if ( firstLine.substr( 0, 5 ) == "{\\rtf" ) { return std::string("text/richtext"); }