[haiku-commits] r35949 - haiku/trunk/src/apps/mail

  • From: jonas@xxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 25 Mar 2010 21:34:42 +0100 (CET)

Author: kirilla
Date: 2010-03-25 21:34:41 +0100 (Thu, 25 Mar 2010)
New Revision: 35949
Changeset: http://dev.haiku-os.org/changeset/35949/haiku
Ticket: http://dev.haiku-os.org/ticket/5632

Modified:
   haiku/trunk/src/apps/mail/MailWindow.cpp
Log:
Don't ask Haiku users to insert their BeOS CDs. Fixes #5632.

Modified: haiku/trunk/src/apps/mail/MailWindow.cpp
===================================================================
--- haiku/trunk/src/apps/mail/MailWindow.cpp    2010-03-25 15:57:38 UTC (rev 
35948)
+++ haiku/trunk/src/apps/mail/MailWindow.cpp    2010-03-25 20:34:41 UTC (rev 
35949)
@@ -1512,8 +1512,7 @@
                        if (!gDictCount) {
                                beep();
                                (new BAlert("",
-                                       TR("The spell check feature requires 
the optional "
-                                               "\"words\" file on your BeOS 
CD."),
+                                       TR("Mail couldn't find its 
dictionary."),
                                        TR("OK"), NULL, NULL, B_WIDTH_AS_USUAL, 
B_OFFSET_SPACING,
                                        B_STOP_ALERT))->Go();
                        } else {


Other related posts:

  • » [haiku-commits] r35949 - haiku/trunk/src/apps/mail - jonas