mirror of
https://github.com/Mibew/design.git
synced 2024-11-16 01:44:11 +03:00
- update vesion 1.0.3->1.0.4;
- tray menu localization; git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@85 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
parent
abacb342ce
commit
afd8de32e9
@ -26,7 +26,7 @@ using System.Runtime.CompilerServices;
|
||||
// You can specify all the values or you can default the Revision and Build Numbers
|
||||
// by using the '*' as shown below:
|
||||
|
||||
[assembly: AssemblyVersion("1.0.3")]
|
||||
[assembly: AssemblyVersion("1.0.4")]
|
||||
|
||||
//
|
||||
// In order to sign your assembly you must specify a key to use. Refer to the
|
||||
|
@ -52,6 +52,8 @@ namespace webImTray {
|
||||
toolHideWindow.Text = Options.resourceManager.GetString("hideWindow");
|
||||
toolOptions.ToolTipText = Options.resourceManager.GetString("optionsToolTip");
|
||||
toolNavigate.ToolTipText = Options.resourceManager.GetString("navigateToolTip");
|
||||
optionsToolStripMenuItem.Text = Options.resourceManager.GetString("trayOptions");
|
||||
exitToolStripMenuItem.Text = Options.resourceManager.GetString("trayExit");
|
||||
}
|
||||
|
||||
void navigateThere() {
|
||||
|
@ -76,7 +76,7 @@ namespace webImTray {
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(108, 18);
|
||||
this.label2.TabIndex = 1;
|
||||
this.label2.Text = "version 1.0.3";
|
||||
this.label2.Text = "version 1.0.4";
|
||||
//
|
||||
// pictureBox1
|
||||
//
|
||||
|
@ -213,6 +213,12 @@
|
||||
<data name="sound" xml:space="preserve">
|
||||
<value>Sound</value>
|
||||
</data>
|
||||
<data name="trayExit" xml:space="preserve">
|
||||
<value>Exit</value>
|
||||
</data>
|
||||
<data name="trayOptions" xml:space="preserve">
|
||||
<value>Optoins..</value>
|
||||
</data>
|
||||
<data name="url" xml:space="preserve">
|
||||
<value>http://www.webim.ru</value>
|
||||
</data>
|
||||
|
@ -213,6 +213,12 @@
|
||||
<data name="sound" xml:space="preserve">
|
||||
<value>Звук</value>
|
||||
</data>
|
||||
<data name="trayExit" xml:space="preserve">
|
||||
<value>Выйти</value>
|
||||
</data>
|
||||
<data name="trayOptions" xml:space="preserve">
|
||||
<value>Настройки..</value>
|
||||
</data>
|
||||
<data name="url" xml:space="preserve">
|
||||
<value>http://www.webim.ru</value>
|
||||
</data>
|
||||
|
Loading…
Reference in New Issue
Block a user