/*
 * Xailer source code:
 *
 * PickIconDlg.prg
 * Dialogo para seleccion de iconos
 *
 * Copyright 2003, 2007 Jose Lalin
 * Copyright 2003, 2007 Xailer.com
 * All rights reserved
 *
 */

#include "Xailer.ch"


//--------------------------------------------------------------------------

CLASS TPickIconDlg FROM XPickIconDlg
ENDCLASS

//--------------------------------------------------------------------------
