summaryrefslogtreecommitdiffhomepage
path: root/Magic2/GridProps.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Magic2/GridProps.cpp')
-rw-r--r--Magic2/GridProps.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/Magic2/GridProps.cpp b/Magic2/GridProps.cpp
index 89ff991..32f0b1d 100644
--- a/Magic2/GridProps.cpp
+++ b/Magic2/GridProps.cpp
@@ -117,11 +117,11 @@ static void OnImageFile(CString& strImageFile)
char filename[512];
filename[0] = '\0';
CFileDialog ofd(TRUE, "pcx");
-
+
ofd.m_ofn.lpstrFilter = "PCX Files\0*.pcx\0All Files\0*.*\0\0";
ofd.m_ofn.lpstrFile = filename;
ofd.m_ofn.nMaxFile = sizeof(filename);
-
+
if (ofd.DoModal() != IDOK)
return;
@@ -131,19 +131,19 @@ static void OnImageFile(CString& strImageFile)
strImageFile = tex_name;
}
-void GridProps::OnFilePlan()
+void GridProps::OnFilePlan()
{
OnImageFile(mReferencePlan);
UpdateData(FALSE);
}
-void GridProps::OnFileFront()
+void GridProps::OnFileFront()
{
OnImageFile(mReferenceFront);
UpdateData(FALSE);
}
-void GridProps::OnFileSide()
+void GridProps::OnFileSide()
{
OnImageFile(mReferenceSide);
UpdateData(FALSE);