diff options
author | Joseph Powers <jpowers27@cox.net> | 2010-11-16 19:03:56 -0800 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2010-11-16 19:03:56 -0800 |
commit | 1702d31ddf514c76b89e7c5c492351b3c38286fe (patch) | |
tree | 67899fe9f5e2761464cd9884a463e5d49956ded7 /padmin | |
parent | 89490d99c302bd949d689ef1efc4d92583d0360c (diff) |
HC Cleanup - libs-gui
Diffstat (limited to 'padmin')
-rw-r--r-- | padmin/source/padialog.cxx | 4 | ||||
-rw-r--r-- | padmin/source/padialog.hrc | 4 | ||||
-rw-r--r-- | padmin/source/padialog.src | 10 |
3 files changed, 12 insertions, 6 deletions
diff --git a/padmin/source/padialog.cxx b/padmin/source/padialog.cxx index 26353a9fb383..85a1d52c5875 100644 --- a/padmin/source/padialog.cxx +++ b/padmin/source/padialog.cxx @@ -110,8 +110,8 @@ PADialog::PADialog( Window* pParent, BOOL /*bAdmin*/ ) : void PADialog::updateSettings() { m_aPrinterImg = Image( BitmapEx( PaResId( RID_BMP_SMALL_PRINTER ) ) ); - m_aFaxImg = Image( BitmapEx( PaResId( RID_BMP_SMALL_FAX ) ) ); - m_aPdfImg = Image( BitmapEx( PaResId( RID_BMP_SMALL_PDF ) ) ); + m_aFaxImg = Image( BitmapEx( PaResId( RID_BMP_SMALL_FAX ) ) ); + m_aPdfImg = Image( BitmapEx( PaResId( RID_BMP_SMALL_PDF ) ) ); } void PADialog::Init() diff --git a/padmin/source/padialog.hrc b/padmin/source/padialog.hrc index e1e6b3cb6cc5..69e12428ddab 100644 --- a/padmin/source/padialog.hrc +++ b/padmin/source/padialog.hrc @@ -190,13 +190,9 @@ #define RID_TXT_FONT_REGULAR 1095 #define RID_BMP_SMALL_PRINTER 1096 -// free #define RID_BMP_SMALL_FAX 1098 -// free #define RID_BMP_SMALL_PDF 1100 -// free #define RID_BMP_PRINTER 1102 -// free #define RID_AFMERROR_OK 1300 #define RID_AFMERROR_NO_FONT_NAME 1301 diff --git a/padmin/source/padialog.src b/padmin/source/padialog.src index fbe3bfc260e2..620411d72ddf 100644 --- a/padmin/source/padialog.src +++ b/padmin/source/padialog.src @@ -437,10 +437,12 @@ ModalDialog RID_FONTNAMEDIALOG }; Text [ en-US ] = "Fonts"; }; + String RID_BXT_TESTPAGE { Text [ en-US ] = "Test page"; }; + String RID_BXT_ENVIRONMENT { Text [ en-US ] = "Wrong environment"; @@ -480,34 +482,42 @@ String RID_AFMERROR_OK { Text [ en-US ] = "No error"; }; + String RID_AFMERROR_NO_FONT_NAME { Text [ en-US ] = "The metric does not contain a 'FontName' entry."; }; + String RID_AFMERROR_NO_FULL_NAME { Text [ en-US ] = "The metric does not contain a 'FullName' entry."; }; + String RID_AFMERROR_NO_FAMILY_NAME { Text [ en-US ] = "The metric does not contain a 'FamilyName' entry."; }; + String RID_AFMERROR_MOVETO_FAILED { Text [ en-US ] = "The converted metric could not be written."; }; + String RID_AFMERROR_STREAM_READ_FAILED { Text [ en-US ] = "The metric could not be read."; }; + String RID_AFMERROR_STREAM_WRITE_FAILED { Text [ en-US ] = "A temporary file could not be created."; }; + STRING RID_AFMERROR_NOT_A_METRIC { Text [ en-US ] = "The file does not contain a metric."; }; + String RID_AFMERROR_BOX_TXT { Text [ en-US ] = "The metric\n\n%s\n\ncould not be converted for the following reason:\n\n"; |