gnome-nettool r697 - in trunk: . src
- From: nshmyrev svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-nettool r697 - in trunk: . src
- Date: Fri, 11 Jan 2008 07:36:12 +0000 (GMT)
Author: nshmyrev
Date: Fri Jan 11 07:36:12 2008
New Revision: 697
URL: http://svn.gnome.org/viewvc/gnome-nettool?rev=697&view=rev
Log:
2008-01-11 Nickolay V. Shmyrev <nshmyrev yandex ru>
* src/main.c: (nettool_lookup_setup_combo_type):
Translated dns lookup type. See bug #508610.
Modified:
trunk/ChangeLog
trunk/src/main.c
Modified: trunk/src/main.c
==============================================================================
--- trunk/src/main.c (original)
+++ trunk/src/main.c Fri Jan 11 07:36:12 2008
@@ -715,18 +715,18 @@
GtkTreeIter iter;
GtkCellRenderer *renderer;
gchar *types[] = {
- "Default Information",
- "Internet Address",
- "Canonical Name",
- "CPU / OS Type",
- "Mailbox Exchange",
- "Mailbox Information",
- "Name Server",
- "Host name for Address",
- "Start-of-authority",
- "Text Information",
- "Well Known Services",
- "Any / All Information",
+ N_("Default Information"),
+ N_("Internet Address"),
+ N_("Canonical Name"),
+ N_("CPU / OS Type"),
+ N_("Mailbox Exchange"),
+ N_("Mailbox Information"),
+ N_("Name Server"),
+ N_("Host name for Address"),
+ N_("Start-of-authority"),
+ N_("Text Information"),
+ N_("Well Known Services"),
+ N_("Any / All Information"),
NULL
};
@@ -735,7 +735,7 @@
for (i=0; types[i]; i++) {
gtk_list_store_append (GTK_LIST_STORE (model), &iter);
gtk_list_store_set (GTK_LIST_STORE (model), &iter,
- 0, types[i], -1);
+ 0, _(types[i]), -1);
}
gtk_combo_box_set_model (GTK_COMBO_BOX (lookup->type), model);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]