aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-05-31 19:07:16 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-05-31 19:07:16 +0200
commitd76fdf9cb931d6d189938102a98a71030ea907ad (patch)
tree74b06c42185705beab93f24ecb2adc66c3f2800c /src/main.c
parentf6963e8221643daa152b0fe26886e327e1a7f8b3 (diff)
downloadgtk-vlc-player-d76fdf9cb931d6d189938102a98a71030ea907ad.tar.gz
allow transcript formatting without markup (like search-as-you type)
* controlled via checkbox * if markup is disabled the entered text is only regular expressions * default text attributes are used according to some constants (in configure.ac, later they will be configurable via config file) * fixed return value of gtk_experiment_transcript_load_formats() * care about possible capture mismatches in regular expressions (capture braces are inserted automatically - the user is not allowed specify own captures) * display state of interactive format via icon (successful/error)
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 59bc828..00690ab 100644
--- a/src/main.c
+++ b/src/main.c
@@ -287,6 +287,8 @@ main(int argc, char *argv[])
BUILDER_INIT(builder, transcript_wizard_combo);
BUILDER_INIT(builder, transcript_proband_combo);
+ BUILDER_INIT(builder, transcript_wizard_entry_check);
+ BUILDER_INIT(builder, transcript_proband_entry_check);
BUILDER_INIT(builder, navigator_scrolledwindow);
BUILDER_INIT(builder, navigator_widget);