Skip to content

Commit

Permalink
Merge pull request #27 from m-tmatma/feature/issue26-change-web-link
Browse files Browse the repository at this point in the history
#26: web site のリンクを変更
  • Loading branch information
kobake authored Jun 1, 2018
2 parents 1f22c39 + cc084ac commit 9c5cefe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sakura_core/sakura_rc.rc
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ BEGIN
WS_GROUP
LTEXT "Project Sakura-Editor:",IDC_STATIC_URL_CAPTION,33,88,71,
8,NOT WS_GROUP
LTEXT "http://sakura-editor.sourceforge.net/",
LTEXT "https://sakura-editor.github.io/",
IDC_STATIC_URL_UR,101,88,120,8,SS_NOTIFY | NOT WS_GROUP |
WS_TABSTOP
EDITTEXT IDC_EDIT_ABOUT,5,107,233,67,ES_MULTILINE | ES_READONLY |
Expand Down Expand Up @@ -3535,7 +3535,7 @@ END

STRINGTABLE DISCARDABLE
BEGIN
IDS_AUTHOR_PAGE "http://sakura-editor.sourceforge.net/"
IDS_AUTHOR_PAGE "https://sakura-editor.github.io/"
IDS_ABOUT_DESCRIPTION "���̃\�t�g�E�F�A�́u�e�L�X�g�G�f�B�^(�����J����)�v�����̂������̂ł��D\r\n���p�E�񏤗p���킸�����ŗ��p�ł��܂����C�\�[�X�R�[�h�̒��쌠�͊e�ӏ����L�q�����l�����ۂ��Ă��܂��D\r\n���̃\�t�g�E�F�A�͖��ۏ؂ł��D\r\n"
END

Expand Down
4 changes: 2 additions & 2 deletions sakura_lang_en_US/sakura_lang_rc.rc
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ BEGIN
WS_GROUP
LTEXT "Project Sakura-Editor:",IDC_STATIC_URL_CAPTION,33,88,71,
8,NOT WS_GROUP
LTEXT "http://sakura-editor.sourceforge.net/",
LTEXT "https://sakura-editor.github.io/",
IDC_STATIC_URL_UR,101,88,120,8,SS_NOTIFY | NOT WS_GROUP |
WS_TABSTOP
EDITTEXT IDC_EDIT_ABOUT,5,107,233,67,ES_MULTILINE | ES_READONLY |
Expand Down Expand Up @@ -3538,7 +3538,7 @@ END

STRINGTABLE DISCARDABLE
BEGIN
IDS_AUTHOR_PAGE "http://sakura-editor.sourceforge.net/"
IDS_AUTHOR_PAGE "https://sakura-editor.github.io/"
IDS_ABOUT_DESCRIPTION "This software is the renamed [Text Editor(Joint Development Version)].\r\nIt is free for use irrespective of use commercially or not but,Source Code Copyright reserved by the person as described in each section.\r\nThis software is distributed without guarantee.\r\n"
END

Expand Down

0 comments on commit 9c5cefe

Please sign in to comment.