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 11<?php
2- namespace develnext \bundle \hotkey \components ;
2+ namespace develnext \bundle \systemtray \components ;
33
44use ide \scripts \AbstractScriptComponent ;
55use 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 ()
Original file line number Diff line number Diff line change 11# MAIN CONFIGURATION
22
33app.name = DevelNext
4- app.version = 16 rc-2 (snapshot)
5- app.hash = 2016092012
4+ app.version = 16 rc-2
5+ app.hash = 2016122612
66app.uuid =
77app.implicitExit = 0
88
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments