Changeset 3005

Show
Ignore:
Timestamp:
08/20/08 19:51:02 (3 months ago)
Author:
edmanm
Message:

Don't need this now that we ship a partial Qt translation.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vidalia/trunk/src/vidalia/config/configdialog.cpp

    r2983 r3005  
    5454  QPushButton *button = ui.buttonBox->button(QDialogButtonBox::Ok); 
    5555  if (button) { 
    56     button->setText(tr("OK")); 
    5756    Vidalia::createShortcut(QKeySequence(Qt::Key_Return),  
    5857                            this, button, SLOT(click())); 
     
    6059  button = ui.buttonBox->button(QDialogButtonBox::Cancel); 
    6160  if (button) { 
    62     button->setText(tr("Cancel")); 
    6361    Vidalia::createShortcut("Esc", this, button, SLOT(click())); 
    6462    Vidalia::createShortcut("Ctrl+W", this, button, SLOT(click()));