aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/packet_list_store.c
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2010-05-05 02:33:34 +0000
committerStephen Fisher <steve@stephen-fisher.com>2010-05-05 02:33:34 +0000
commit5ab074c7f82a5c7b5204946f60e3884a8f208a2e (patch)
treedd3d972764967d9630f56404e835f6b2eb841430 /gtk/packet_list_store.c
parente5352715123e0a2b026fdabd9b2c046ed7929572 (diff)
Update the comment about being based on the GTK Tree View Tutorial,
including putting /tutorial/ at the end of the URL because the main web-site is something unrelated to the tutorial. svn path=/trunk/; revision=32668
Diffstat (limited to 'gtk/packet_list_store.c')
-rw-r--r--gtk/packet_list_store.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/packet_list_store.c b/gtk/packet_list_store.c
index 844959c7fc..3c62ceaf5f 100644
--- a/gtk/packet_list_store.c
+++ b/gtk/packet_list_store.c
@@ -25,7 +25,8 @@
* USA.
*/
-/* This code is based on the GTK+ Tree View tutorial at http://scentric.net */
+/* This code was originally based on the GTK+ Tree View tutorial at
+ * http://scentric.net/tutorial */
#ifdef HAVE_CONFIG_H
#include "config.h"