File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
develnext-bundles/dn-hotkey-bundle/src/develnext/bundle/hotkey/components Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
- namespace develnext \bundle \hotkey \components ;
2
+ namespace develnext \bundle \systemtray \components ;
3
3
4
4
use ide \scripts \AbstractScriptComponent ;
5
5
use script \HotKeyScript ;
@@ -16,7 +16,7 @@ public function isOrigin($any)
16
16
*/
17
17
public function getName ()
18
18
{
19
- return 'Горачая клавиша ' ;
19
+ return 'Горячая клавиша ' ;
20
20
}
21
21
22
22
public function getIcon ()
Original file line number Diff line number Diff line change 1
1
# MAIN CONFIGURATION
2
2
3
3
app.name = DevelNext
4
- app.version = 16 rc-2 (snapshot)
5
- app.hash = 2016092012
4
+ app.version = 16 rc-2
5
+ app.hash = 2016122612
6
6
app.uuid =
7
7
app.implicitExit = 0
8
8
Original file line number Diff line number Diff line change 2
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
3
4
4
#define MyAppName " DevelNext"
5
- #define MyAppVersion " 2016 rc-1 "
5
+ #define MyAppVersion " 2016 rc-2 "
6
6
#define MyAppPublisher " develnext.org"
7
7
#define MyAppURL " http://develnext.org"
8
8
#define MyAppExeName " DevelNext.exe"
You can’t perform that action at this time.
0 commit comments