Skip to content

Commit

Permalink
[Ref] Fix a number of misleading comments that could confuse the VS G…
Browse files Browse the repository at this point in the history
…UI code generation, if we ever used it...

git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@21782 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
sagamusix committed Oct 5, 2024
1 parent 18ca6ec commit 0e61f69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mptrack/AdvancedConfigDlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ END_MESSAGE_MAP()
void COptionsAdvanced::DoDataExchange(CDataExchange* pDX)
{
CPropertyPage::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CModTypeDlg)
//{{AFX_DATA_MAP(COptionsAdvanced)
DDX_Control(pDX, IDC_LIST1, m_List);
//}}AFX_DATA_MAP
}
Expand Down
2 changes: 1 addition & 1 deletion mptrack/CleanupSong.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ CModCleanupDlg::CleanupOptions const CModCleanupDlg::m_MutuallyExclusive[CModCle
// CModCleanupDlg

BEGIN_MESSAGE_MAP(CModCleanupDlg, DialogBase)
//{{AFX_MSG_MAP(CModTypeDlg)
//{{AFX_MSG_MAP(CModCleanupDlg)
ON_COMMAND(IDC_BTN_CLEANUP_SONG, &CModCleanupDlg::OnPresetCleanupSong)
ON_COMMAND(IDC_BTN_COMPO_CLEANUP, &CModCleanupDlg::OnPresetCompoCleanup)

Expand Down
2 changes: 1 addition & 1 deletion mptrack/GeneralConfigDlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ static constexpr struct GeneralOptionsDescriptions
void COptionsGeneral::DoDataExchange(CDataExchange* pDX)
{
CPropertyPage::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CModTypeDlg)
//{{AFX_DATA_MAP(COptionsGeneral)
DDX_Control(pDX, IDC_LIST1, m_CheckList);
DDX_Control(pDX, IDC_EDIT1, m_defaultArtist);
DDX_Control(pDX, IDC_COMBO2, m_defaultTemplate);
Expand Down

0 comments on commit 0e61f69

Please sign in to comment.