From 3764f8088d5b34474a6bd909f7bec3b29de27b12 Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Tue, 9 Nov 2021 03:16:00 +0100 Subject: [PATCH] bikeshedding: better string syntax --- radiant/xywindow.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/radiant/xywindow.cpp b/radiant/xywindow.cpp index 35d49170..17141af5 100644 --- a/radiant/xywindow.cpp +++ b/radiant/xywindow.cpp @@ -1074,11 +1074,11 @@ void entitycreate_activated( ui::Widget item ){ g_pParentWnd->ActiveXY()->OnEntityCreate( entity_name ); } else { - GlobalRadiant().m_pfnMessageBox( MainFrame_getWindow(), "There's already a worldspawn in your map!" - "", - "Info", - eMB_OK, - eMB_ICONDEFAULT ); + GlobalRadiant().m_pfnMessageBox( MainFrame_getWindow(), + "There's already a worldspawn in your map!", + "Info", + eMB_OK, + eMB_ICONDEFAULT ); } } -- 2.39.2