]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/dialog.cpp
added file copy tree for the game packs - lists supported games
[xonotic/netradiant.git] / radiant / dialog.cpp
index a2c37ec350ab10417af9ef017332343503fab9eb..4f71d41b2bfb65fc8c49670c26c365415b0c7648 100644 (file)
@@ -94,7 +94,7 @@ void Dialog::Create ()
     g_object_set_data (G_OBJECT (m_pWidget), "loop", &m_nLoop);
     g_object_set_data (G_OBJECT (m_pWidget), "ret", &m_nReturn);
 
-    BuildDialog ();
+    BuildDialog();
     m_bNeedBuild = false;
   }
 }