X-Git-Url: https://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=xgnokii%2Fxgnokii_dtmf.c;fp=xgnokii%2Fxgnokii_dtmf.c;h=54ee4bc984c15b83a5fa1f126e14e79be1108d36;hp=7022db85d94cde1feca7fb2fd126db0044396432;hb=49dd905279a8e62936e3713510ab0fd738e20ecb;hpb=2f2703c9133032c12671ca5c77ae626b8fb178d4 diff --git a/xgnokii/xgnokii_dtmf.c b/xgnokii/xgnokii_dtmf.c index 7022db8..54ee4bc 100644 --- a/xgnokii/xgnokii_dtmf.c +++ b/xgnokii/xgnokii_dtmf.c @@ -3,9 +3,14 @@ X G N O K I I A Linux/Unix GUI for Nokia mobile phones. + Copyright (C) 1999 Pavel Janík ml., Hugh Blemings + & Ján Derfiòák . Released under the terms of the GNU GPL, see file COPYING for more details. + Last modification: Sun Apr 30 2000 + Modified by Jan Derfinak + */ #include @@ -28,7 +33,7 @@ static gchar *saveFileName; static inline void Help1 (GtkWidget *w, gpointer data) { - gchar *indx = g_strdup_printf ("/%s/gnokii/xgnokii/dtmf/index.htm", xgnokiiConfig.locale); + gchar *indx = g_strdup_printf ("/help/%s/windows/dtmf/index.html", xgnokiiConfig.locale); Help (w, indx); g_free (indx); } @@ -237,6 +242,7 @@ void GUI_CreateDTMFWindow () InitMainMenu (); GUI_DTMFWindow = gtk_window_new (GTK_WINDOW_TOPLEVEL); + gtk_window_set_wmclass (GTK_WINDOW (GUI_DTMFWindow), "DTMFWindow", "Xgnokii"); gtk_window_set_title (GTK_WINDOW (GUI_DTMFWindow), _("Dial Tone")); //gtk_widget_set_usize (GTK_WIDGET (GUI_DTMFWindow), 436, 220); gtk_signal_connect (GTK_OBJECT (GUI_DTMFWindow), "delete_event",