mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Correction : traductions oubliees.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@626 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -163,9 +163,9 @@ void DiagramPrintDialog::buildPrintTypeDialog() {
|
||||
pdf_icon_ = new QLabel();
|
||||
ps_icon_ = new QLabel();
|
||||
printtype_choice_ = new QButtonGroup();
|
||||
printer_choice_ = new QRadioButton("Impression sur une imprimante physique");
|
||||
pdf_choice_ = new QRadioButton("Impression vers un fichier au format PDF");
|
||||
ps_choice_ = new QRadioButton("Impression vers un fichier au format PostScript (PS)");
|
||||
printer_choice_ = new QRadioButton(tr("Impression sur une imprimante physique", "Print type choice"));
|
||||
pdf_choice_ = new QRadioButton(tr("Impression vers un fichier au format PDF", "Print type choice"));
|
||||
ps_choice_ = new QRadioButton(tr("Impression vers un fichier au format PostScript (PS)", "Print type choice"));
|
||||
filepath_field_ = new QLineEdit();
|
||||
browse_button_ = new QPushButton("...");
|
||||
buttons_ = new QDialogButtonBox(QDialogButtonBox::Ok | QDialogButtonBox::Cancel);
|
||||
|
||||
Reference in New Issue
Block a user