]> git.saurik.com Git - wxWidgets.git/blame - src/stc/stc_i18n.cpp
Don't reuse the same event object for multiple events in wxGTK.
[wxWidgets.git] / src / stc / stc_i18n.cpp
CommitLineData
7e200370
VZ
1///////////////////////////////////////////////////////////////////////////////
2// Name: src/stc/stc_i18n.cpp
3// Purpose: Dummy file containing translatable strings from Scintilla
4// Author: Vadim Zeitlin
5// Created: 2010-06-09
6// RCS-ID: $Id: $
7// Copyright: (c) 2010 Vadim Zeitlin <vadim@wxwidgets.org>
8// Licence: wxWindows licence
9///////////////////////////////////////////////////////////////////////////////
10
11// This is just a collection of translatable strings defined in Scintilla
12// sources. It is used by locale/Makefile only and not supposed to be compiled.
13#error "This file is not supposed to be compiled."
14
15// These strings were manually extracted from ScintillaBase::ContextMenu().
16_("Undo")
17_("Redo")
18_("Cut")
19_("Copy")
20_("Paste")
21_("Delete")
22_("Select All")
23