diff options
Diffstat (limited to 'gtk/src/hb-backend.c')
-rw-r--r-- | gtk/src/hb-backend.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/src/hb-backend.c b/gtk/src/hb-backend.c index 6f44ecf42..eb6e233f6 100644 --- a/gtk/src/hb-backend.c +++ b/gtk/src/hb-backend.c @@ -86,6 +86,7 @@ static options_map_t d_when_complete_opts[] = { {"Do Nothing", "nothing", 0, "0"}, {"Show Notification", "notify", 1, "1"}, + {"Quit Handbrake", "quit", 4, "4"}, {"Put Computer To Sleep", "sleep", 2, "2"}, {"Shutdown Computer", "shutdown", 3, "3"}, }; |