⛏️ index : haiku.git

/*
 * Copyright 2004-2006 Haiku Inc. All rights reserved.
 * Distributed under the terms of the MIT License.
 *
 * Authors:
 *		Sandor Vroemisse
 *		JΓ©rΓ΄me Duval
 */


#include "KeymapListItem.h"


KeymapListItem::KeymapListItem(entry_ref& keymap, const char* name)
	:
	BStringItem(name != NULL ? name : keymap.name),
	fKeymap(keymap)
{
}