summaryrefslogtreecommitdiff
path: root/capplets/display/xrandr-capplet.c
diff options
context:
space:
mode:
Diffstat (limited to 'capplets/display/xrandr-capplet.c')
-rw-r--r--capplets/display/xrandr-capplet.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/capplets/display/xrandr-capplet.c b/capplets/display/xrandr-capplet.c
index 3dddb784..42b6b9b4 100644
--- a/capplets/display/xrandr-capplet.c
+++ b/capplets/display/xrandr-capplet.c
@@ -36,6 +36,8 @@
#include <glib/gi18n.h>
#include <gio/gio.h>
+#include "capplet-util.h"
+
typedef struct App App;
typedef struct GrabInfo GrabInfo;
@@ -2554,11 +2556,7 @@ main (int argc, char **argv)
{
App *app;
- bindtextdomain (GETTEXT_PACKAGE, MATELOCALEDIR);
- bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
- textdomain (GETTEXT_PACKAGE);
-
- gtk_init (&argc, &argv);
+ capplet_init (NULL, &argc, &argv);
app = g_new0 (App, 1);