[anjuta] symbol-db: Rename "Local" to "File" and "Global" to "Project"
- From: Johannes Schmid <jhs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] symbol-db: Rename "Local" to "File" and "Global" to "Project"
- Date: Wed, 24 Nov 2010 10:08:00 +0000 (UTC)
commit de3715c10f83cae3afee666c76cf99eda6c2c2d5
Author: Johannes Schmid <jhs gnome org>
Date: Wed Nov 24 11:06:14 2010 +0100
symbol-db: Rename "Local" to "File" and "Global" to "Project"
plugins/symbol-db/plugin.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/symbol-db/plugin.c b/plugins/symbol-db/plugin.c
index b3f5ad2..96b78a6 100644
--- a/plugins/symbol-db/plugin.c
+++ b/plugins/symbol-db/plugin.c
@@ -2123,12 +2123,12 @@ symbol_db_activate (AnjutaPlugin *plugin)
FALSE, FALSE, 0);
sdb_plugin->tabber = anjuta_tabber_new (GTK_NOTEBOOK (sdb_plugin->dbv_notebook));
- label = gtk_label_new (_("Local"));
+ label = gtk_label_new (_("File"));
gtk_label_set_ellipsize (GTK_LABEL (label),
PANGO_ELLIPSIZE_END);
anjuta_tabber_add_tab (ANJUTA_TABBER (sdb_plugin->tabber),
label);
- label = gtk_label_new (_("Global"));
+ label = gtk_label_new (_("Project"));
gtk_label_set_ellipsize (GTK_LABEL (label),
PANGO_ELLIPSIZE_END);
anjuta_tabber_add_tab (ANJUTA_TABBER (sdb_plugin->tabber),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]