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

Commit

Permalink
Merge branch 'personal/retweet-style' into master
Browse files Browse the repository at this point in the history
Indent conflicts:
	qtwitter-app/src/statuswidget.cpp
  • Loading branch information
sbeyer committed Oct 24, 2009
2 parents 4579fab + 7117351 commit 8af7230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtwitter-app/src/statuswidget.cpp
Expand Up @@ -499,7 +499,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 8af7230

Please sign in to comment.