2 * Copyright 2006, Haiku. All rights reserved.
3 * Distributed under the terms of the MIT License.
6 * Stephan Aßmus <superstippi@gmx.de>
9 #include "ReversePathCommand.h"
16 #include "VectorPath.h"
19 #undef B_TRANSLATION_CONTEXT
20 #define B_TRANSLATION_CONTEXT "Icon-O-Matic-ReversePathCmd"
24 ReversePathCommand::ReversePathCommand(VectorPath
* path
)
30 ReversePathCommand::~ReversePathCommand()
36 ReversePathCommand::Perform()
45 ReversePathCommand::Undo()
52 ReversePathCommand::GetName(BString
& name
)
54 name
<< B_TRANSLATE("Reverse Path");