Krenair

Huggle csharp branch goto menu item fix

Mar 4th, 2012
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.62 KB | None | 0 0
  1. Index: huggle3/main.Designer.cs
  2. ===================================================================
  3. --- huggle3/main.Designer.cs    (revision 828)
  4. +++ huggle3/main.Designer.cs    (working copy)
  5. @@ -748,8 +748,8 @@
  6.              this.toolStripMenuItem2,
  7.              this.aIVToolStripMenuItem});
  8.              this.gotoToolStripMenuItem.Name = "gotoToolStripMenuItem";
  9. -            this.gotoToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
  10. -            this.gotoToolStripMenuItem.Text = "goto";
  11. +            this.gotoToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
  12. +            this.gotoToolStripMenuItem.Text = "Go to";
  13.              //
  14.              // myTalkPageToolStripMenuItem
  15.              //
  16. @@ -1431,4 +1431,4 @@
  17.          private System.Windows.Forms.ToolStripStatusLabel toolStripSInfo;
  18.          private System.Windows.Forms.Timer timerStatus;
  19.      }
  20. -}
  21. \ No newline at end of file
  22. +}
  23. Index: huggle3/main.cs
  24. ===================================================================
  25. --- huggle3/main.cs (revision 828)
  26. +++ huggle3/main.cs (working copy)
  27. @@ -61,6 +61,7 @@
  28.              this.showNewMessagesToolStripMenuItem.Text = Languages.Get("main-system-messages");
  29.              this.userToolStripMenuItem.Text = Languages.Get("main-user");
  30.              this.showHistoryPageToolStripMenuItem.Text = Languages.Get("main-history");
  31. +            this.gotoToolStripMenuItem.Text = Languages.Get("main-goto");
  32.              this.LContribs.Text = Languages.Get("main-contribs");
  33.              this.systemToolStripMenuItem.Text = Languages.Get("main-system");
  34.              this.lHistory.Text = Languages.Get("main-history");
Advertisement
Add Comment
Please, Sign In to add comment