Show
Ignore:
Timestamp:
1999-10-04 23:50:34 (9 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

small fixes from Gero Treuner.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • compose.c

    r1266 r1313  
    3838#include <stdlib.h> 
    3939 
    40 #define CHECK_COUNT if (idxlen == 0) { mutt_error _("There are no attachments."); break; } 
     40static const char* There_are_no_attachments = N_("There are no attachments."); 
     41 
     42#define CHECK_COUNT if (idxlen == 0) { mutt_error _(There_are_no_attachments); break; } 
    4143 
    4244