summaryrefslogtreecommitdiff
path: root/plugins/changecase
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/changecase')
-rw-r--r--plugins/changecase/pluma-changecase-plugin.c8
-rw-r--r--plugins/changecase/pluma-changecase-plugin.h2
2 files changed, 5 insertions, 5 deletions
diff --git a/plugins/changecase/pluma-changecase-plugin.c b/plugins/changecase/pluma-changecase-plugin.c
index 65b938d9..edf15fb4 100644
--- a/plugins/changecase/pluma-changecase-plugin.c
+++ b/plugins/changecase/pluma-changecase-plugin.c
@@ -1,13 +1,13 @@
/*
* pluma-changecase-plugin.c
- *
+ *
* Copyright (C) 2004-2005 - Paolo Borelli
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@@ -388,11 +388,11 @@ pluma_changecase_plugin_activate (PeasActivatable *activatable)
manager = pluma_window_get_ui_manager (window);
data->action_group = gtk_action_group_new ("PlumaChangecasePluginActions");
- gtk_action_group_set_translation_domain (data->action_group,
+ gtk_action_group_set_translation_domain (data->action_group,
GETTEXT_PACKAGE);
gtk_action_group_add_actions (data->action_group,
action_entries,
- G_N_ELEMENTS (action_entries),
+ G_N_ELEMENTS (action_entries),
window);
gtk_ui_manager_insert_action_group (manager, data->action_group, -1);
diff --git a/plugins/changecase/pluma-changecase-plugin.h b/plugins/changecase/pluma-changecase-plugin.h
index f610ac27..d6611097 100644
--- a/plugins/changecase/pluma-changecase-plugin.h
+++ b/plugins/changecase/pluma-changecase-plugin.h
@@ -1,6 +1,6 @@
/*
* pluma-changecase-plugin.h
- *
+ *
* Copyright (C) 2004-2005 - Paolo Borelli
*
* This program is free software; you can redistribute it and/or modify