Home
last modified time | relevance | path

Searched refs:oldpath (Results 1 – 1 of 1) sorted by relevance

/GUIX-v6.4.1/guix_studio/
Dedit_pixelmap_dlg.cpp609 CString oldpath, newpath; in CheckPathname() local
611 oldpath = MakeAbsolutePathname(m_pathinfo); in CheckPathname()
612 ConvertToProjectRelativePath(oldpath); in CheckPathname()
613 FormatPath(oldpath); in CheckPathname()
619 if (_tcscmp(newpath, oldpath)) in CheckPathname()