- 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:
Pavel Petroshenko 2008-05-20 17:23:16 +00:00
parent abacb342ce
commit afd8de32e9
5 changed files with 16 additions and 2 deletions

View File

@ -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

View File

@ -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() {

View File

@ -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
//

View File

@ -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>

View File

@ -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>