Skip to content
This repository has been archived by the owner on Feb 7, 2018. It is now read-only.

Commit

Permalink
Change retweet style.
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Beyer <s-beyer@gmx.net>
  • Loading branch information
sbeyer committed Sep 2, 2009
1 parent c0ca2de commit 7117351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtwitter-app/src/statuswidget.cpp
Expand Up @@ -498,7 +498,7 @@ void StatusWidget::slotReply()

void StatusWidget::slotRetweet()
{
emit retweet( QString("RT @" + statusData->userInfo.screenName + ": " + statusData->originalText ) );
emit retweet( QChar(0x267b) + QString(" @" + statusData->userInfo.screenName + ": " + statusData->originalText ) );
}

void StatusWidget::slotDM()
Expand Down

0 comments on commit 7117351

Please sign in to comment.