diff options
author | Korrawit Pruegsanusak <detective.conan.1412@gmail.com> | 2011-11-08 15:02:34 +0700 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2011-11-08 11:05:24 +0000 |
commit | 7d63b777eb7b9b02ba3810c572be6382b7636d61 (patch) | |
tree | 6db30b2312d1ec9de6fd6eaf3149f118220ec7c6 /automation | |
parent | 29f83de2465c6151036b65ea326432fd9b16572c (diff) |
Change ANKER to ANCHOR (fdo#42455)
Diffstat (limited to 'automation')
-rw-r--r-- | automation/source/server/server.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/automation/source/server/server.cxx b/automation/source/server/server.cxx index 83a31becaf64..5f4968aa6c8c 100644 --- a/automation/source/server/server.cxx +++ b/automation/source/server/server.cxx @@ -504,7 +504,7 @@ void ExtraIdle::Timeout() } case 7: { - new StatementSlot( 20384 ); // FN_TOOL_ANKER_CHAR aus SW? + new StatementSlot( 20384 ); // FN_TOOL_ANCHOR_CHAR from SW? return; } } |