~ubuntu-branches/ubuntu/saucy/kate/saucy-proposed

« back to all changes in this revision

Viewing changes to part/swapfile/kateswapfile.cpp

  • Committer: Package Import Robot
  • Author(s): Michał Zając
  • Date: 2013-06-28 18:00:49 UTC
  • mfrom: (1.1.29)
  • Revision ID: package-import@ubuntu.com-20130628180049-ul2hye7llxvgebpo
Tags: 4:4.10.90-0ubuntu1
New upstream bet release

Show diffs side-by-side

added added

removed removed

Lines of Context:
541
541
 
542
542
void SwapFile::showSwapFileMessage()
543
543
{
544
 
  m_swapMessage = new KTextEditor::Message(KTextEditor::Message::Warning,
545
 
    i18n("The file was not closed properly."));
 
544
  m_swapMessage = new KTextEditor::Message(i18n("The file was not closed properly."),
 
545
                                           KTextEditor::Message::Warning);
546
546
  m_swapMessage->setWordWrap(true);
547
547
 
548
548
  QAction* diffAction = new QAction(KIcon("split"), i18n("View Changes"), 0);