// Reset code button
mySettings.markupSet[21] = {
	name: L.code,
	className: 'mCode',
	dropMenu: [
			{name: L.code, openWith: '[code]', closeWith: '[/code]'},
			{name: 'C++', openWith: '[highlight=cplusplus]', closeWith: '[/highlight]'},
			{name: 'C#',  openWith: '[highlight=csharp]', closeWith: '[/highlight]'},
			{name: 'CSS',  openWith: '[highlight=css]', closeWith: '[/highlight]'},
			{name: 'Delphi',  openWith: '[highlight=delphi]', closeWith: '[/highlight]'},
			{name: 'HTML',  openWith: '[highlight=html]', closeWith: '[/highlight]'},
			{name: 'Java',  openWith: '[highlight=java]', closeWith: '[/highlight]'},
			{name: 'JavaScript',  openWith: '[highlight=js]', closeWith: '[/highlight]'},
			{name: 'LotusScript',  openWith: '[highlight=lotusscript]', closeWith: '[/highlight]'},
			{name: 'MySQL',  openWith: '[highlight=mysql]', closeWith: '[/highlight]'},
			{name: 'PHP',  openWith: '[highlight=php]', closeWith: '[/highlight]'},
			{name: 'PHP + HTML',  openWith: '[highlight=php-f]', closeWith: '[/highlight]'}
	]
};
