diff options
author | jstebbins <[email protected]> | 2008-10-30 18:58:16 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2008-10-30 18:58:16 +0000 |
commit | 9834623a06e533d557ec8919e4238e207886f9a7 (patch) | |
tree | 8d88b3e4e0347fd8b4a1e7a81ddc5e0519c09588 /gtk/src/main.c | |
parent | 39a4d09c458ecef7007890aaf9872842e041410f (diff) |
LinGui: add handbrake version and preset used to activity log
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1882 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/main.c')
-rw-r--r-- | gtk/src/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/src/main.c b/gtk/src/main.c index c9021c587..d1a002a11 100644 --- a/gtk/src/main.c +++ b/gtk/src/main.c @@ -35,6 +35,7 @@ #include <gtk/gtk.h> #include <glib/gstdio.h> #include <gio/gio.h> +#include "hbversion.h" #include "renderer_button.h" #include "hb-backend.h" #include "ghb-dvd.h" @@ -527,6 +528,7 @@ main (int argc, char *argv[]) ud->builder = create_builder_or_die (BUILDER_NAME); // Redirect stderr to the activity window IoRedirect(ud); + ghb_log("Handbrake Version: %s (%d)", HB_VERSION, HB_BUILD); ghb_init_dep_map(); // Need to connect x264_options textview buffer to the changed signal |