Update of /cvsroot/mahogany/M/src/adb
In directory usw-pr-cvs1:/tmp/cvs-serv28673/src/adb

Modified Files:
        Collect.cpp 
Log Message:
when asking the user whether he wants to autocollect an address, mention which address 
we want to collect (bug 693)

Index: Collect.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/adb/Collect.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -b -u -2 -r1.14 -r1.15
--- Collect.cpp 8 Sep 2002 19:23:08 -0000       1.14
+++ Collect.cpp 8 Sep 2002 20:35:36 -0000       1.15
@@ -211,6 +211,14 @@
             if (
                !askUser ||
-               MDialog_YesNoDialog(_("Add new e-mail entry to database?"),
-                                   frame)
+                  MDialog_YesNoDialog
+                  (
+                     String::Format
+                     (
+                        _("Add new e-mail entry '%s' for '%s' to the database?"),
+                        email.c_str(),
+                        name.c_str()
+                     ),
+                     frame
+                  )
                )
             {
@@ -223,5 +231,5 @@
                              bookName.c_str());
 
-                  // TODO ask the user if he wants to disable autocollec?
+                  // TODO ask the user if he wants to disable autocollect?
                }
                else



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to