]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - contrib/shaderplug/shaderplug.cpp
radiant/tools: use RADIANT_NAME instead of hardcoding NetRadiant or Radiant
[xonotic/netradiant.git] / contrib / shaderplug / shaderplug.cpp
index 9d7bc4c52c78eca92c1e9d80095534675e5dc5d0..b71efcb39305ba0f3d9022a3d0538cac13285fc3 100644 (file)
@@ -172,7 +172,7 @@ void CreateTagFile(){
                char message[256];
                strcpy( message, "Tag file saved to\n" );
                strcat( message, tagFile );
-               strcat( message, "\nPlease restart Radiant now.\n" );
+               strcat( message, "\nPlease restart " RADIANT_NAME " now.\n" );
 
                if ( file_exists( tagFile ) ) {
                        EMessageBoxReturn result = GlobalRadiant().m_pfnMessageBox( g_window ,