summaryrefslogtreecommitdiff
path: root/plugins/gtkui/callbacks.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-01-07 21:32:31 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-01-07 21:32:31 +0100
commit33e70ba77e6b2066df26dd2ef46d0ec1df149a1a (patch)
tree285316f56614fe52df76ee1e5746b6d875008929 /plugins/gtkui/callbacks.c
parentacff47388e6471facd73e7b41e9c94f5cda7ee11 (diff)
moved documentation files around
Diffstat (limited to 'plugins/gtkui/callbacks.c')
-rw-r--r--plugins/gtkui/callbacks.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/gtkui/callbacks.c b/plugins/gtkui/callbacks.c
index d2882b70..e2453bb6 100644
--- a/plugins/gtkui/callbacks.c
+++ b/plugins/gtkui/callbacks.c
@@ -1408,7 +1408,7 @@ void
on_gpl1_activate (GtkMenuItem *menuitem,
gpointer user_data)
{
- show_info_window (DOCDIR "/COPYING", "GNU GENERAL PUBLIC LICENSE Version 2", &gplwindow);
+ show_info_window (DOCDIR "/COPYING.GPLv2", "GNU GENERAL PUBLIC LICENSE Version 2", &gplwindow);
}
static GtkWidget *lgplwindow;
@@ -1417,7 +1417,7 @@ void
on_lgpl1_activate (GtkMenuItem *menuitem,
gpointer user_data)
{
- show_info_window (DOCDIR "/lgpl-2.1.txt", "GNU LESSER GENERAL PUBLIC LICENSE Version 2.1", &lgplwindow);
+ show_info_window (DOCDIR "/COPYING.LGPLv2.1", "GNU LESSER GENERAL PUBLIC LICENSE Version 2.1", &lgplwindow);
}