2 * Copyright 2006, Haiku.
3 * Distributed under the terms of the MIT License.
6 * Stephan Aßmus <superstippi@gmx.de>
17 : fTimeStamp(system_time())
56 Command::GetName(BString
& name
)
58 name
<< "Name of action goes here.";
63 Command::UndoesPrevious(const Command
* previous
)
70 Command::CombineWithNext(const Command
* next
)
75 // CombineWithPrevious
77 Command::CombineWithPrevious(const Command
* previous
)
85 Command::_GetString(uint32 key
, const char* defaultString
) const
87 // if (LanguageManager* manager = LanguageManager::Default())
88 // return manager->GetString(key, defaultString);