Develop and Download Open Source Software
Login
Create Account
Help
MY OSDN
Find Software
Magazine
Develop
Pastebin
Software
People
PersonalForge
Magazine
Wiki
OSDN
>
Find Software
>
Tera Term
Tera Term
Summary
Project Summary
Developer Dashboard
Project Reviews
Web Page
Developers
List of RSS Feeds
Statistics
History
Image Gallery
Search Keywords
News
Listed News
Help
Downloads
List of Releases
Help
Source Code
Guide
Browse CVS
Browse SVN
Help
Wiki
FrontPage
Title index
Recent changes
Wiki Search
Help
Docs
List Docs
Help
Forums
List of Forums
Open Discussion (173)
Help (428)
Help
Mailing Lists
list of ML
ttssh2-commit
ttssh2-dev
ttssh2-users
Help
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Help
Browse Subversion Repository
/
[ttssh2]
/
trunk
/
teraterm
/
teraterm
/
addsetting.cpp
Diff of /trunk/teraterm/teraterm/addsetting.cpp
Parent Directory
|
Revision Log
|
Patch
revision
8767
by
zmatsuo
, Wed May 6 14:55:21 2020 UTC
revision
8771
by
zmatsuo
, Tue May 12 14:32:44 2020 UTC
#
Line 57
Line 57
57
#include "codeconv.h"
#include "codeconv.h"
58
#include "layer_for_unicode.h"
#include "layer_for_unicode.h"
59
#include "coding_pp.h"
#include "coding_pp.h"
60
#include "font_pp.h"
61
62
const mouse_cursor_t MouseCursor[] = {
const mouse_cursor_t MouseCursor[] = {
63
{"ARROW", IDC_ARROW},
{"ARROW", IDC_ARROW},
#
Line 1776
CAddSettingPropSheetDlg::CAddSettingProp
Line 1777
CAddSettingPropSheetDlg::CAddSettingProp
1777
1778
// TTCPropertyPage を使用しない PropertyPage
// TTCPropertyPage を使用しない PropertyPage
1779
hPsp[m_PageCountCPP+0] = CodingPageCreate(hInstance, &ts);
hPsp[m_PageCountCPP+0] = CodingPageCreate(hInstance, &ts);
1780
m_PageCount = m_PageCountCPP+ 1;
hPsp[m_PageCountCPP+1] = FontPageCreate(hInstance, &ts);
1781
m_PageCount = m_PageCountCPP + 2;
1782
1783
m_psh.nPages = m_PageCount;
m_psh.nPages = m_PageCount;
1784
m_psh.phpage = hPsp;
m_psh.phpage = hPsp;
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
Legend:
Removed from v.8767
changed lines
Added in v.8771
Back to OSDN
">
Back to OSDN
ViewVC Help
Powered by
ViewVC 1.1.26