Not very pretty but it works.
--- viking-0.9.96/src/vikwindow.c 2010-10-11 20:44:17 +0000 +++ viking-0.9.96_help/src/vikwindow.c 2010-10-19 13:26:31 +0000 @@ -1179,12 +1179,16 @@ static void help_help_cb ( GtkAction *a, VikWindow *vw ) { +#ifdef WINDOWS + ShellExecute(NULL, "open", ""PACKAGE".pdf", NULL, NULL, SW_SHOWNORMAL); +#else /* WINDOWS */ #if GTK_CHECK_VERSION (2, 14, 0) gchar *uri; uri = g_strdup_printf("ghelp:%s", PACKAGE); gtk_show_uri(NULL, uri, GDK_CURRENT_TIME, NULL); g_free(uri); #endif +#endif /* WINDOWS */ } static void help_about_cb ( GtkAction *a, VikWindow *vw ) ------------------------------------------------------------------------------ Download new Adobe(R) Flash(R) Builder(TM) 4 The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly Flex(R) Builder(TM)) enable the development of rich applications that run across multiple browsers and platforms. Download your free trials today! http://p.sf.net/sfu/adobe-dev2dev _______________________________________________ Viking-devel mailing list Viking-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/viking-devel Viking home page: http://viking.sf.net/