follow new behavior in KDE3 by putting the %CURSOR at the

top of the replies.

svn path=/trunk/KDE/kdepim/; revision=813156
wilder-work
Allen Winter 18 years ago
parent 0c5f838658
commit 3db5e7427e
  1. 6
      templatesconfiguration.cpp

@ -505,19 +505,21 @@ QString TemplatesConfiguration::defaultNewMessage() {
QString TemplatesConfiguration::defaultReply() {
return i18n(
"%CURSOR\n"
"%BLANK\n"
"%REM=\"Default reply template\"%-\n"
"On %ODATEEN %OTIMELONGEN you wrote:\n"
"%QUOTE\n"
"%CURSOR"
);
}
QString TemplatesConfiguration::defaultReplyAll() {
return i18n(
"%CURSOR\n"
"%BLANK\n"
"%REM=\"Default reply all template\"%-\n"
"On %ODATEEN %OTIMELONGEN %OFROMNAME wrote:\n"
"%QUOTE\n"
"%CURSOR"
);
}

Loading…
Cancel
Save