Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#26: web site のリンクを変更 #27

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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