Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dsprite_edit_dialog.cpp275 CString resname; in DoDataExchange() local
304 project->GetResourceName(active_display, RES_TYPE_PIXELMAP, pixelmap_id, resname); in DoDataExchange()
306 if (!resname.IsEmpty()) in DoDataExchange()
308 index = mPixelmapCombo.AddString(resname); in DoDataExchange()