~ubuntu-branches/debian/experimental/kopete/experimental

« back to all changes in this revision

Viewing changes to libkopete/kopetecommand.cpp

  • Committer: Package Import Robot
  • Author(s): Maximiliano Curia
  • Date: 2015-02-24 11:32:57 UTC
  • mfrom: (1.1.41 vivid)
  • Revision ID: package-import@ubuntu.com-20150224113257-gnupg4v7lzz18ij0
Tags: 4:14.12.2-1
* New upstream release (14.12.2).
* Bump Standards-Version to 3.9.6, no changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
                {
128
128
                        QString formatString = m_formatString;
129
129
 
130
 
                        // Translate %s to the whole string and %n to current nickname
 
130
                        // Translate %s to the whole string and %n to current display name
131
131
 
132
 
                        formatString.replace( QString::fromLatin1("%n"), manager->myself()->nickName() );
 
132
                        formatString.replace( QString::fromLatin1("%n"), manager->myself()->displayName() );
133
133
                        formatString.replace( QString::fromLatin1("%s"), args );
134
134
 
135
135
                        // Translate %1..%N to word1..wordN