[anjuta] indentation: Use Indentation as name for all indentation preferences
- From: Johannes Schmid <jhs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] indentation: Use Indentation as name for all indentation preferences
- Date: Wed, 23 May 2012 18:50:37 +0000 (UTC)
commit 731ed04221fa1b7a484482d7327123b48ecb5a17
Author: Johannes Schmid <jhs gnome org>
Date: Wed May 23 20:50:22 2012 +0200
indentation: Use Indentation as name for all indentation preferences
plugins/indentation-c-style/plugin.c | 2 +-
plugins/indentation-python-style/plugin.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/indentation-c-style/plugin.c b/plugins/indentation-c-style/plugin.c
index 8cec6c5..c70d89c 100644
--- a/plugins/indentation-c-style/plugin.c
+++ b/plugins/indentation-c-style/plugin.c
@@ -604,7 +604,7 @@ ipreferences_merge (IAnjutaPreferences* ipref, AnjutaPreferences* prefs,
}
anjuta_preferences_add_from_builder (prefs,
plugin->bxml, plugin->settings,
- "preferences", _("Indentation C Style"),
+ "preferences", _("Indentation"),
ICON_FILE);
}
diff --git a/plugins/indentation-python-style/plugin.c b/plugins/indentation-python-style/plugin.c
index 9a336c9..5369b1e 100644
--- a/plugins/indentation-python-style/plugin.c
+++ b/plugins/indentation-python-style/plugin.c
@@ -325,7 +325,7 @@ ipreferences_merge (IAnjutaPreferences* ipref, AnjutaPreferences* prefs,
}
anjuta_preferences_add_from_builder (prefs,
plugin->bxml, plugin->settings,
- "preferences", _("Indentation Python Style"),
+ "preferences", _("Indentation"),
ICON_FILE);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]