ayttm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ayttm-commits] CVS: ayttm/modules/utility autotrans.c,1.5,1.6


From: Philip S Tellis <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/utility autotrans.c,1.5,1.6
Date: Thu, 23 Jan 2003 01:34:28 -0500

Update of /cvsroot/ayttm/ayttm/modules/utility
In directory subversions:/tmp/cvs-serv7876/modules/utility

Modified Files:
        autotrans.c 
Log Message:
added do_message_dialog - modal or modeless

Index: autotrans.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/utility/autotrans.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- autotrans.c 16 Jan 2003 09:51:03 -0000      1.5
+++ autotrans.c 23 Jan 2003 06:34:26 -0000      1.6
@@ -32,7 +32,7 @@
 #include "intl.h"
 
 /* already declared in dialog.h - but that uses gtk */
-void do_error_dialog(char *message, char *title);
+void do_message_dialog(char *message, char *title, int modal);
 void do_list_dialog( gchar * message, gchar * title, char **list, void 
(*action)(char * text, gpointer data), gpointer data );
 
 
/*******************************************************************************
@@ -216,7 +216,7 @@
 
   if(!doTrans)
   {
-    do_error_dialog(_("Warning - you have just selected a language with which 
to talk to a buddy. This will only affect you if you have the auto-translator 
plugin turned on. If you do, beware that it will hang each time you send or 
receive a message, for the time it takes to contact BabelFish. This can take 
several seconds."), _("Warning"));
+    do_message_dialog(_("Warning - you have just selected a language with 
which to talk to a buddy. This will only affect you if you have the 
auto-translator plugin turned on. If you do, beware that it will hang each time 
you send or receive a message, for the time it takes to contact BabelFish. This 
can take several seconds."), _("Warning"), 0);
   }
 }
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]