]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/build.cpp
- Fixed Etb saving custom tags to global tagfile (Shaderman/namespace)
[xonotic/netradiant.git] / radiant / build.cpp
index e437f678a86cb974a0fde028bd0833ab7d857f5d..dcb23a28c0b6b1075f666b139908f3bffb4db48d 100644 (file)
@@ -606,7 +606,7 @@ bool build_commands_parse(const char* filename)
 
       return true;
     }
-    globalErrorStream() << "failed to parse build menu: " << makeQuoted(filename);
+    globalErrorStream() << "failed to parse build menu: " << makeQuoted(filename) << "\n";
   }
   return false;
 }
@@ -784,7 +784,7 @@ gboolean project_cell_edited(GtkCellRendererText* cell, gchar* path_string, gcha
   return FALSE;
 }
 
-gboolean project_key_press(GtkWidget* widget, GdkEventKey* event, GtkListStore* store, ProjectList* projectList)
+gboolean project_key_press(GtkWidget* widget, GdkEventKey* event, ProjectList* projectList)
 {
   Project& project = projectList->m_project;