From fb53e209b5bae8da2074d7c4371a1e4935036e3a Mon Sep 17 00:00:00 2001 From: lordmulder Date: Wed, 23 Nov 2011 00:38:20 +0100 Subject: [PATCH] Disable word-wrap in processing window's table view. --- etc/Translation/Blank.ts | 18 +++++++++--------- etc/Translation/LameXP_PL.ts | 18 +++++++++--------- gui/ProcessingDialog.ui | 3 +++ src/Config.h | 2 +- 4 files changed, 22 insertions(+), 19 deletions(-) diff --git a/etc/Translation/Blank.ts b/etc/Translation/Blank.ts index 6c071d80..51a1bd57 100644 --- a/etc/Translation/Blank.ts +++ b/etc/Translation/Blank.ts @@ -2600,35 +2600,35 @@ - + Shutdown the computer as soon as all files have been converted - - + + CPU Usage (Overall) - - + + Physical RAM Usage - - + + Free Disk Space (Temp Folder) - + Abort - + Close diff --git a/etc/Translation/LameXP_PL.ts b/etc/Translation/LameXP_PL.ts index a20aa384..11988d80 100644 --- a/etc/Translation/LameXP_PL.ts +++ b/etc/Translation/LameXP_PL.ts @@ -2600,35 +2600,35 @@ Inicjowanie, prosze czekać... - + Shutdown the computer as soon as all files have been converted Wyłącz komputer po przetworzeniu wszystkich plików - - + + CPU Usage (Overall) - - + + Physical RAM Usage - - + + Free Disk Space (Temp Folder) - + Abort Przerwij - + Close Powrót diff --git a/gui/ProcessingDialog.ui b/gui/ProcessingDialog.ui index 57d2055b..15410d67 100644 --- a/gui/ProcessingDialog.ui +++ b/gui/ProcessingDialog.ui @@ -293,6 +293,9 @@ QAbstractItemView::SelectRows + + false + false diff --git a/src/Config.h b/src/Config.h index 6d7d11f4..79b8482f 100644 --- a/src/Config.h +++ b/src/Config.h @@ -29,7 +29,7 @@ #define VER_LAMEXP_MINOR_HI 0 #define VER_LAMEXP_MINOR_LO 4 #define VER_LAMEXP_TYPE Alpha -#define VER_LAMEXP_PATCH 2 +#define VER_LAMEXP_PATCH 3 #define VER_LAMEXP_BUILD 786 ///////////////////////////////////////////////////////////////////////////////