X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;ds=sidebyside;f=xgnokii%2Fxgnokii_dtmf.c;h=7022db85d94cde1feca7fb2fd126db0044396432;hb=2656067281b2441a179b8492b95ee8992aa0225c;hp=54ee4bc984c15b83a5fa1f126e14e79be1108d36;hpb=4ee1266711b695852ec88f06784fd84400cd70bb;p=gnokii.git diff --git a/xgnokii/xgnokii_dtmf.c b/xgnokii/xgnokii_dtmf.c index 54ee4bc..7022db8 100644 --- a/xgnokii/xgnokii_dtmf.c +++ b/xgnokii/xgnokii_dtmf.c @@ -3,14 +3,9 @@ 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 @@ -33,7 +28,7 @@ static gchar *saveFileName; static inline void Help1 (GtkWidget *w, gpointer data) { - gchar *indx = g_strdup_printf ("/help/%s/windows/dtmf/index.html", xgnokiiConfig.locale); + gchar *indx = g_strdup_printf ("/%s/gnokii/xgnokii/dtmf/index.htm", xgnokiiConfig.locale); Help (w, indx); g_free (indx); } @@ -242,7 +237,6 @@ 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",