simplify
This commit is contained in:
@@ -83,7 +83,7 @@ static HWND GetHwnd()
|
|||||||
static RString GetWindowTitle()
|
static RString GetWindowTitle()
|
||||||
{
|
{
|
||||||
#if !defined(SMPACKAGE)
|
#if !defined(SMPACKAGE)
|
||||||
return CommonMetrics::WINDOW_TITLE.IsLoaded() ? CommonMetrics::WINDOW_TITLE.GetValue() : PRODUCT_NAME;
|
return CommonMetrics::WINDOW_TITLE.GetValue();
|
||||||
#else
|
#else
|
||||||
return PRODUCT_NAME;
|
return PRODUCT_NAME;
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user