Searched refs:temp_title (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/dialog/
H A Dfiledialogimpl-win32.cpp1987 char* temp_title = new char[length]; local
1988 GetWindowText(pImpl->_title_edit, temp_title, length);
1989 pImpl->myDocTitle = temp_title;
1990 delete[] temp_title;

Completed in 18 milliseconds