comparison pidgin/gtkblist.c @ 17880:9e0aec946cd0

use pidgin.im/documentation as the help url (which redirects already) instead of the misleading pidgin.im/documentation.php
author Stu Tomlinson <stu@nosnilmot.com>
date Fri, 15 Jun 2007 02:03:36 +0000
parents 5b428a69d986
children d40fd7106ebf 40d51793f2d7
comparison
equal deleted inserted replaced
17879:5b428a69d986 17880:9e0aec946cd0
496 pidgin_syslog_show(); 496 pidgin_syslog_show();
497 } 497 }
498 498
499 static void gtk_blist_show_onlinehelp_cb() 499 static void gtk_blist_show_onlinehelp_cb()
500 { 500 {
501 purple_notify_uri(NULL, PURPLE_WEBSITE "documentation.php"); 501 purple_notify_uri(NULL, PURPLE_WEBSITE "documentation");
502 } 502 }
503 503
504 static void 504 static void
505 do_join_chat(PidginJoinChatData *data) 505 do_join_chat(PidginJoinChatData *data)
506 { 506 {