X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fbeos%2FPlayListWindow.cpp;h=069eaeba43543d83eae5bb1faff892fbf7c7c14d;hb=6ee1e193fd896ab9a4729fde14f009d9ce629815;hp=829ca7841c2806b27e099f69b9d46a236a9f8289;hpb=3305b049e7f587b23359a1c9047fb5763d19c1dc;p=vlc diff --git a/modules/gui/beos/PlayListWindow.cpp b/modules/gui/beos/PlayListWindow.cpp index 829ca7841c..069eaeba43 100644 --- a/modules/gui/beos/PlayListWindow.cpp +++ b/modules/gui/beos/PlayListWindow.cpp @@ -71,7 +71,7 @@ PlayListWindow::PlayListWindow( BRect frame, const char* name, snprintf( psz_tmp, 1024, "%s%s", a, B_UTF8_ELLIPSIS ); p_intf = p_interface; - + SetName( _("playlist") ); // set up the main menu bar @@ -190,7 +190,7 @@ PlayListWindow::~PlayListWindow() bool PlayListWindow::QuitRequested() { - Hide(); + Hide(); return false; }