diff options
author | Kaushal Kumar <kaushal.kumar@wipro.com> | 2004-04-28 06:12:18 +0000 |
---|---|---|
committer | Kaushal Kumar <kaushal@src.gnome.org> | 2004-04-28 06:12:18 +0000 |
commit | 8ad9469ffd3b87f4e9456502e3331051c1fb35b3 (patch) | |
tree | 8afd6536ed53b6d4612d4ad31c17c3d527282a1f /src | |
parent | 7d45023cac345b1d2728dcf71bf3938d16a80237 (diff) | |
download | nautilus-8ad9469ffd3b87f4e9456502e3331051c1fb35b3.tar.gz |
Added help link id for List Columns tab and corrected the same for
2004-04-28 Kaushal Kumar <kaushal.kumar@wipro.com>
* src/nautilus-file-management-properties.c:
(nautilus_file_management_properties_dialog_response_cb):
Added help link id for List Columns tab and corrected the same for
Behavior tab.
Diffstat (limited to 'src')
-rw-r--r-- | src/nautilus-file-management-properties.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/nautilus-file-management-properties.c b/src/nautilus-file-management-properties.c index fac8ba524..e79cc1ea0 100644 --- a/src/nautilus-file-management-properties.c +++ b/src/nautilus-file-management-properties.c @@ -243,14 +243,16 @@ nautilus_file_management_properties_dialog_response_cb (GtkDialog *parent, section = "gosnautilus-438"; break; case 1: - section = "gosnautilus-57"; + section = "gosnautilus-56"; break; case 2: section = "gosnautilus-439"; break; case 3: - section = "gosnautilus-60"; + section = "gosnautilus-490"; break; + case 4: + section = "gosnautilus-60"; } preferences_show_help (GTK_WINDOW (parent), "user-guide.xml", section); } else if (response_id == GTK_RESPONSE_CLOSE) { |