Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Change github url
Browse files Browse the repository at this point in the history
  • Loading branch information
illa4257 committed Jul 11, 2021
1 parent 3dd5778 commit 868ad28
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Mon Jul 12 00:02:07 EEST 2021
#Mon Jul 12 00:12:29 EEST 2021
snapType=HIDDEN
blockedNodes=
zoom=100
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sat Jul 10 01:19:13 EEST 2021
#Mon Jul 12 00:12:26 EEST 2021
snapType=HIDDEN
blockedNodes=
zoom=100
snapSizeY=8
zoom=100
snapSizeX=8
2 changes: 1 addition & 1 deletion dnProject/src/.system/application.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MAIN CONFIGURATION

app.name = TextEditor v0.9.1
app.name = TextEditor v0.9.2
app.uuid = b5b21ab7-d7c9-42fd-a4be-a94678121c11
app.version = 1

Expand Down
2 changes: 1 addition & 1 deletion dnProject/src/app/forms/Editor.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Mon Jul 12 00:01:52 EEST 2021
#Mon Jul 12 00:12:29 EEST 2021
form.style=DECORATED
form.title=Editor
4 changes: 2 additions & 2 deletions dnProject/src/app/forms/about.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Fri Jul 09 21:20:28 EEST 2021
form.resizable=
#Mon Jul 12 00:12:26 EEST 2021
form.style=UTILITY
form.resizable=
form.title=TextEditor - about
2 changes: 1 addition & 1 deletion dnProject/src/app/forms/about.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class about extends AbstractForm
function doLinkAction(UXEvent $e = null)
{
$this->toast("Ссылка открыта в браузере");
browse("https://github.com/illa4257/dn-TextEditor-NoPackage-");
browse("https://github.com/illa4257/dn-TextEditor-NoPackage");
}

/**
Expand Down

0 comments on commit 868ad28

Please sign in to comment.