summaryrefslogtreecommitdiff
path: root/src/xfpm-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xfpm-main.c')
-rw-r--r--src/xfpm-main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xfpm-main.c b/src/xfpm-main.c
index 80c2f429..c45a1d82 100644
--- a/src/xfpm-main.c
+++ b/src/xfpm-main.c
@@ -137,6 +137,8 @@ int main (int argc, char **argv)
xfce_textdomain (GETTEXT_PACKAGE, LOCALEDIR, "UTF-8");
+ g_set_application_name (PACKAGE_NAME);
+
if (!gtk_init_with_args (&argc, &argv, (gchar *)"", option_entries, (gchar *)PACKAGE, &error))
{
if (G_LIKELY (error))