Show
Ignore:
Timestamp:
1999-10-04 23:50:19 (9 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
mutt-1-0-stable
Message:

[stable] small fixes from Gero Treuner.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • compose.c

    r1019 r1128  
    3333#include <stdlib.h> 
    3434 
    35 #define CHECK_COUNT if (idxlen == 0) { mutt_error _("There are no attachments."); break; } 
     35static const char* There_are_no_attachments = N_("There are no attachments."); 
     36 
     37#define CHECK_COUNT if (idxlen == 0) { mutt_error _(There_are_no_attachments); break; } 
    3638 
    3739