diff options
Diffstat (limited to 'src/tdeioslave/obex/tdeio_obex.cpp')
-rw-r--r-- | src/tdeioslave/obex/tdeio_obex.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tdeioslave/obex/tdeio_obex.cpp b/src/tdeioslave/obex/tdeio_obex.cpp index fbd2fb5..3e5bdbe 100644 --- a/src/tdeioslave/obex/tdeio_obex.cpp +++ b/src/tdeioslave/obex/tdeio_obex.cpp @@ -49,6 +49,8 @@ extern "C" { TDECmdLineArgs::init(argc, argv, "tdeio_obex", 0, 0, 0, 0); TDECmdLineArgs::addCmdLineOptions( options ); TDEApplication app( false, false, false ); + TDELocale::setMainCatalogue("tdebluez"); + // We want to be anonymous even if we use DCOP app.dcopClient()->attach(); |