X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/ef84384a541546e9a6830bef8295c146bf014ee5..97818761cbea45b9669de6a79c6b21af4df6b944:/Client/include/mnu_help_about.h?ds=sidebyside diff --git a/Client/include/mnu_help_about.h b/Client/include/mnu_help_about.h index 9a3f442..2480faf 100644 --- a/Client/include/mnu_help_about.h +++ b/Client/include/mnu_help_about.h @@ -11,6 +11,12 @@ public: virtual ~MnuHelpAbout() {} protected: + // preparo para leer el archivo ChangeLog + Glif::RefPtr change_log; + fstream fp("../ChangeLog"); + change_log = StreamIOChannel::create(fstream); + + Glib::RefPtr refXml; virtual void on_activate() { try {