Skip to content

Commit d58477f

Browse files
committed
Small fixes.
1 parent 057de8e commit d58477f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

develnext-bundles/dn-hotkey-bundle/src/develnext/bundle/hotkey/components/HotKeyComponent.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
namespace develnext\bundle\hotkey\components;
2+
namespace develnext\bundle\systemtray\components;
33

44
use ide\scripts\AbstractScriptComponent;
55
use script\HotKeyScript;
@@ -16,7 +16,7 @@ public function isOrigin($any)
1616
*/
1717
public function getName()
1818
{
19-
return 'Горачая клавиша';
19+
return 'Горячая клавиша';
2020
}
2121

2222
public function getIcon()

develnext/src/.system/application.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# MAIN CONFIGURATION
22

33
app.name = DevelNext
4-
app.version = 16 rc-2 (snapshot)
5-
app.hash = 2016092012
4+
app.version = 16 rc-2
5+
app.hash = 2016122612
66
app.uuid =
77
app.implicitExit = 0
88

develnext/windowsSetup/innosetup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "DevelNext"
5-
#define MyAppVersion "2016 rc-1"
5+
#define MyAppVersion "2016 rc-2"
66
#define MyAppPublisher "develnext.org"
77
#define MyAppURL "http://develnext.org"
88
#define MyAppExeName "DevelNext.exe"

0 commit comments

Comments
 (0)