Sandbox

From kJams Wiki
Revision as of 23:30, 19 February 2010 by Dave (talk | contribs) (Please delete me)
Jump to navigation Jump to search

Useful Characters

  • cmd: ⌘
  • shift: ⇧
  • option: ⌥
  • ctrl: ⌃
  • apple: 
  • caps: ⇪
  • check: ✓
  • inverted ?: ¿
  • snowman: ☃
  • ??: −
  • ??: ś

コンポ 1

Anniversary Card

Color Chips

  • W
  • W
  • W
  • W

house: http://tinyurl.com/3ybeu2

Skip This Section

Languages Tests

<multilang> @en Text in english @fr Texte en français @de In Deutsch @ja 日本語のテキスト </multilang>

jp:日本語


GeographyLogo_25.png Reference: English – Translations:   {{

  1. ifexist: Sandbox/de | Deutsch  • 

}}{{

  1. ifexist: Sandbox/es | Español  • 

}}{{

  1. ifexist: Sandbox/fi | Suomi  • 

}}{{

  1. ifexist: Sandbox/fr | Français  • 

}}{{

  1. ifexist: Sandbox/it | Italiano  • 

}}{{

  1. ifexist: Sandbox/he | עברית  • 

}}{{

  1. ifexist: Sandbox/ja | 日本語  • 

}}{{

  1. ifexist: Sandbox/ko | 한국어  • 

}}{{

  1. ifexist: Sandbox/no | Norsk nynorsk  • 

}}{{

  1. ifexist: Sandbox/pl | Polski  • 

}}{{

  1. ifexist: Sandbox/pt | Português  • 

}}{{

  1. ifexist: Sandbox/ru | Русский  • 

}}{{

  1. ifexist: Sandbox/sq | Shqip  • 

}}{{

  1. ifexist: Sandbox/zh | 中文  • 

}}


Please delete me

CDirProjItem*	CItem::GetItemDir()
{ 
	CDirProjItem	*dirP = GetMRUItemDir();

	if (dirP == NULL) {
		BOOST_FOREACH(CDirProjItem *it_dirP, i_itemDirV) {
			if (it_dirP->GetItemContext() == this) {
				dirP = it_dirP;
				break;
			}
		}
	}

	return dirP;
}