Added psppire-dialog and psppire-buttonbox widgets.
[pspp-builds.git] / src / ui / gui / data-editor.h
index 63b82a4a67e14c0f9243c0ab809b39fe3b75c2dd..67784021d8c3e0f9b576a515708caf323e697b3f 100644 (file)
@@ -1,6 +1,6 @@
 /*
     PSPPIRE --- A Graphical User Interface for PSPP
-    Copyright (C) 2006  Free Software Foundation
+    Copyright (C) 2006, 2007  Free Software Foundation
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -28,6 +28,7 @@
 struct data_editor
 {
   struct editor_window parent;
+  GtkAction *invoke_weight_cases_dialog;
   GladeXML *xml;
 };