Don't ask Haiku users to insert their BeOS CDs. Fixes #5632.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35949 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1512,8 +1512,7 @@ TMailWindow::MessageReceived(BMessage *msg)
|
|||||||
if (!gDictCount) {
|
if (!gDictCount) {
|
||||||
beep();
|
beep();
|
||||||
(new BAlert("",
|
(new BAlert("",
|
||||||
TR("The spell check feature requires the optional "
|
TR("Mail couldn't find its dictionary."),
|
||||||
"\"words\" file on your BeOS CD."),
|
|
||||||
TR("OK"), NULL, NULL, B_WIDTH_AS_USUAL, B_OFFSET_SPACING,
|
TR("OK"), NULL, NULL, B_WIDTH_AS_USUAL, B_OFFSET_SPACING,
|
||||||
B_STOP_ALERT))->Go();
|
B_STOP_ALERT))->Go();
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user