• R/O
  • SSH
  • HTTPS

listwi: Commit


Commit MetaInfo

Revision40 (tree)
Time2010-05-07 19:23:55
Authorazyobuzin

Log Message

「#listwi」を付けるようにした

Change Summary

Incremental Difference

--- Testing/りすにんぐついったー/Forms/MainForm.cs (revision 39)
+++ Testing/りすにんぐついったー/Forms/MainForm.cs (revision 40)
@@ -48,7 +48,7 @@
4848 internal bool PostTweet(bool auto)
4949 {
5050 bool re = false;
51- var tweet = tweetBox.Text;
51+ var tweet = tweetBox.Text + " #listwi";
5252
5353 if (!(this.Visible && tweetBox.Focused) && tweet != oldData && !string.IsNullOrEmpty(tweet))
5454 {
@@ -218,7 +218,7 @@
218218
219219 private void tweetBox_TextChanged(object sender, EventArgs e)
220220 {
221- if (tweetBox.TextLength > 140)
221+ if (tweetBox.TextLength > 132)
222222 {
223223 over = true;
224224 } else {
Show on old repository browser