diff options
Diffstat (limited to 'timerapplet/timerapplet.c')
-rw-r--r-- | timerapplet/timerapplet.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/timerapplet/timerapplet.c b/timerapplet/timerapplet.c index 24c7af12..4de54431 100644 --- a/timerapplet/timerapplet.c +++ b/timerapplet/timerapplet.c @@ -273,6 +273,7 @@ timer_about_callback (GtkAction *action, TimerApplet *applet) "Copyright \xc2\xa9 2014 Stefano Karapetsas"; gtk_show_about_dialog(NULL, + "title", _("About Timer Applet"), "version", VERSION, "copyright", copyright, "authors", authors, |