X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-output-window.c;fp=src%2Fui%2Fgui%2Fpsppire-output-window.c;h=1da4b24673fae15e4d9648ea71d13bd31c81e60e;hb=a7db48f8f93e7262209e130dbaf876d88e22d087;hp=469966af2325adf73faafbba8e29194dcfc7168a;hpb=5fbb67fa3559dd54bc225120b85458da3bb3245e;p=pspp diff --git a/src/ui/gui/psppire-output-window.c b/src/ui/gui/psppire-output-window.c index 469966af23..1da4b24673 100644 --- a/src/ui/gui/psppire-output-window.c +++ b/src/ui/gui/psppire-output-window.c @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013, 2014 Free Software Foundation + Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2016 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 @@ -182,6 +182,15 @@ psppire_output_window_setup (void) output_driver_init (d, &psppire_output_class, "PSPPIRE", SETTINGS_DEVICE_UNFILTERED); output_driver_register (d); + + text_item_submit ( + text_item_create (TEXT_ITEM_PARAGRAPH, + _("This is a development version of PSPP. Please be " + "alert to the likely possibility that it contains " + "more bugs than a PSPP release. If you encounter " + "bugs, please consider reporting them to the PSPP " + "developers at bug-gnu-pspp@gnu.org, to enable them " + "to be fixed."))); }