X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fvariable-info-dialog.c;h=1cd9b1d7d1eb9ee37fe1c5d8afec4fcd8dd269fc;hb=7a48928f76e0f4599be8f65b1b3bafd03d73a628;hp=59206a837dfdfa1ca1cb606803a18046cb87bbff;hpb=66ada89a69ed73a1a15abfbd9bffe4cdf9bf307a;p=pspp diff --git a/src/ui/gui/variable-info-dialog.c b/src/ui/gui/variable-info-dialog.c index 59206a837d..1cd9b1d7d1 100644 --- a/src/ui/gui/variable-info-dialog.c +++ b/src/ui/gui/variable-info-dialog.c @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2007, 2009, 2010, 2011 Free Software Foundation + Copyright (C) 2007, 2009, 2010, 2011, 2012 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 @@ -29,6 +29,7 @@ #include "psppire-dialog.h" #include "psppire-dictview.h" #include "psppire-var-store.h" +#include "builder-wrapper.h" #include "helper.h" @@ -90,7 +91,7 @@ populate_text (PsppireDictView *treeview, gpointer data) g_free (text); g_string_append_printf (gstring, _("Measurement Level: %s\n"), - measure_to_string (var, NULL)); + measure_to_string (var_get_measure (var))); /* Value Labels */