[Bug 1047913] Re: muon returns error because cannot display license windows

lokster lokiisyourmaster at gmail.com
Wed Oct 31 10:41:16 UTC 2012


FIXED IT!
This bug is very stupid one :)
In /usr/share/perl5/Debconf/FrontEnd/Kde/Ui_DebconfWizard.pm at line 144..147 changed

    $self->{bhelp}->setText( Qt::Application::translate( 'DebconfWizard', "Help", undef, Qt::Application::UnicodeUTF8() ) );
    $self->{bback}->setText( Qt::Application::translate( 'DebconfWizard', "< Back", undef, Qt::Application::UnicodeUTF8() ) );
    $self->{bnext}->setText( Qt::Application::translate( 'DebconfWizard', "Next >", undef, Qt::Application::UnicodeUTF8() ) );
    $self->{bcancel}->setText( Qt::Application::translate( 'DebconfWizard', "Cancel", undef, Qt::Application::UnicodeUTF8() ) );

to

    $self->{bHelp}->setText( Qt::Application::translate( 'DebconfWizard', "Help", undef, Qt::Application::UnicodeUTF8() ) );
    $self->{bBack}->setText( Qt::Application::translate( 'DebconfWizard', "< Back", undef, Qt::Application::UnicodeUTF8() ) );
    $self->{bNext}->setText( Qt::Application::translate( 'DebconfWizard', "Next >", undef, Qt::Application::UnicodeUTF8() ) );
    $self->{bCancel}->setText( Qt::Application::translate( 'DebconfWizard', "Cancel", undef, Qt::Application::UnicodeUTF8() ) );

:)

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to debconf-kde in Ubuntu.
https://bugs.launchpad.net/bugs/1047913

Title:
  muon returns error because cannot display license windows

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debconf-kde/+bug/1047913/+subscriptions




More information about the kubuntu-bugs mailing list