summaryrefslogtreecommitdiff
path: root/libmate-desktop/mate-aboutdialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmate-desktop/mate-aboutdialog.c')
-rw-r--r--libmate-desktop/mate-aboutdialog.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libmate-desktop/mate-aboutdialog.c b/libmate-desktop/mate-aboutdialog.c
index 08bd2cb..a8960c3 100644
--- a/libmate-desktop/mate-aboutdialog.c
+++ b/libmate-desktop/mate-aboutdialog.c
@@ -27,7 +27,7 @@
*/
#include "config.h"
-
+#include "private.h"
#include "mate-aboutdialog.h"
#include <string.h>
@@ -467,6 +467,8 @@ mate_about_dialog_init (MateAboutDialog *about)
MateAboutDialogPrivate *priv;
GtkWidget *vbox, *hbox, *button, *close_button, *image;
+ _mate_desktop_init_i18n ();
+
/* Data */
priv = MATE_ABOUT_DIALOG_GET_PRIVATE (about);
about->private_data = priv;