~vcs-imports/poedit/trunk

« back to all changes in this revision

Viewing changes to src/edlistctrl.cpp

  • Committer: vaclavslavik
  • Date: 2009-11-07 14:26:36 UTC
  • Revision ID: vcs-imports@canonical.com-20091107142636-44f4criu6wz8cjkb
Use better terminology: "source (text)" instead of "original string"
for the text in source language.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 *  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23
23
 *  DEALINGS IN THE SOFTWARE.
24
24
 *
25
 
 *  $Id: edlistctrl.cpp 1401 2008-04-15 12:34:35Z vaclavslavik $
 
25
 *  $Id: edlistctrl.cpp 1536 2009-11-07 14:26:36Z vaclavslavik $
26
26
 *
27
27
 *  List view control
28
28
 *
303
303
void PoeditListCtrl::CreateColumns()
304
304
{
305
305
    DeleteAllColumns();
306
 
    InsertColumn(0, _("Original string"));
 
306
    InsertColumn(0, _("Source"));
307
307
    InsertColumn(1, _("Translation"));
308
308
    if (m_displayLines)
309
309
        InsertColumn(2, _("Line"), wxLIST_FORMAT_RIGHT);