From 95ab516729ccf847f6e588a224677314afb77b29 Mon Sep 17 00:00:00 2001 From: Philipp Riemer Date: Fri, 10 Aug 2012 20:53:16 +0200 Subject: fdo#39468: Translate German comments in dbaccess/ Follow-up patch of b803fa2579256979bac83f0b193f2c30d524d76b. Change-Id: I86bea8483cc9a9703cc725eaef641c2df5896af0 --- dbaccess/source/ui/control/marktree.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbaccess/source/ui/control/marktree.cxx') diff --git a/dbaccess/source/ui/control/marktree.cxx b/dbaccess/source/ui/control/marktree.cxx index 7efa2491b516..07367d8319c5 100644 --- a/dbaccess/source/ui/control/marktree.cxx +++ b/dbaccess/source/ui/control/marktree.cxx @@ -79,7 +79,7 @@ void OMarkableTreeListBox::InitButtonData() void OMarkableTreeListBox::KeyInput( const KeyEvent& rKEvt ) { - // nur wenn space + // only if there are spaces if (rKEvt.GetKeyCode().GetCode() == KEY_SPACE && !rKEvt.GetKeyCode().IsShift() && !rKEvt.GetKeyCode().IsMod1()) { SvLBoxEntry* pCurrentHandlerEntry = GetHdlEntry(); -- cgit