Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Index: huggle3/main.Designer.cs
- ===================================================================
- --- huggle3/main.Designer.cs (revision 828)
- +++ huggle3/main.Designer.cs (working copy)
- @@ -748,8 +748,8 @@
- this.toolStripMenuItem2,
- this.aIVToolStripMenuItem});
- this.gotoToolStripMenuItem.Name = "gotoToolStripMenuItem";
- - this.gotoToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
- - this.gotoToolStripMenuItem.Text = "goto";
- + this.gotoToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
- + this.gotoToolStripMenuItem.Text = "Go to";
- //
- // myTalkPageToolStripMenuItem
- //
- @@ -1431,4 +1431,4 @@
- private System.Windows.Forms.ToolStripStatusLabel toolStripSInfo;
- private System.Windows.Forms.Timer timerStatus;
- }
- -}
- \ No newline at end of file
- +}
- Index: huggle3/main.cs
- ===================================================================
- --- huggle3/main.cs (revision 828)
- +++ huggle3/main.cs (working copy)
- @@ -61,6 +61,7 @@
- this.showNewMessagesToolStripMenuItem.Text = Languages.Get("main-system-messages");
- this.userToolStripMenuItem.Text = Languages.Get("main-user");
- this.showHistoryPageToolStripMenuItem.Text = Languages.Get("main-history");
- + this.gotoToolStripMenuItem.Text = Languages.Get("main-goto");
- this.LContribs.Text = Languages.Get("main-contribs");
- this.systemToolStripMenuItem.Text = Languages.Get("main-system");
- this.lHistory.Text = Languages.Get("main-history");
Advertisement
Add Comment
Please, Sign In to add comment