From 048da4f8df4afebb0783d636a38846dd0f62d24d Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Sat, 7 May 2011 11:50:24 -0400 Subject: [PATCH] Always use the product long name in the window title --- Sources/Plasma/Apps/plClient/winmain.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Sources/Plasma/Apps/plClient/winmain.cpp b/Sources/Plasma/Apps/plClient/winmain.cpp index 48bed6f2..6a0799b8 100644 --- a/Sources/Plasma/Apps/plClient/winmain.cpp +++ b/Sources/Plasma/Apps/plClient/winmain.cpp @@ -847,12 +847,7 @@ BOOL WinInit(HINSTANCE hInst, int nCmdShow) char windowName[256]; wchar productString[256]; -//#ifdef PLASMA_EXTERNAL_RELEASE -#if 0 // Show the full product string in external build window title until we roll it into the options dialog -eap StrCopy(productString, ProductLongName(), arrsize(productString)); -#else - ProductString(productString, arrsize(productString)); -#endif StrToAnsi(windowName, productString, arrsize(windowName)); // Create a window