Rename the "model" property to "dictionary"
[pspp-builds.git] / src / ui / gui / psppire-dict.h
index 6d731f212a98203225028bbb9f6de79a4253682a..3fd73f9a6dc0bd9f21e9016cc7037f495081dcb6 100644 (file)
@@ -42,7 +42,7 @@ G_BEGIN_DECLS
 typedef struct _PsppireDict       PsppireDict;
 typedef struct _PsppireDictClass PsppireDictClass;
 
-enum {DICT_TVM_COL_NAME=0, DICT_TVM_COL_VAR, n_DICT_COLS} ;
+enum {DICT_TVM_COL_NAME=0, DICT_TVM_COL_VAR, DICT_TVM_COL_LABEL, n_DICT_COLS} ;
 
 struct _PsppireDict
 {