Ignore:
Timestamp:
Feb 25, 2011, 9:26:54 PM (13 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.18.3 to avoid problems with the tar command which is now failing on recent versions with busybox 1.7.3
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi-busybox/scripts/kconfig/qconf.cc

    r1765 r2725  
    13001300void ConfigMainWindow::showIntro(void)
    13011301{
    1302     static char str[] = "Welcome to the qconf graphical busybox configuration tool for Linux.\n\n"
     1302    static char str[] = "Welcome to the qconf graphical configuration tool.\n\n"
    13031303        "For each option, a blank box indicates the feature is disabled, a check\n"
    13041304        "indicates it is enabled, and a dot indicates that it is to be compiled\n"
     
    13171317void ConfigMainWindow::showAbout(void)
    13181318{
    1319     static char str[] = "qconf is Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>.\n\n"
    1320         "Bug reports and feature request can also be entered at http://bugs.busybox.net/\n";
     1319    static char str[] = "qconf is Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>.\n";
    13211320
    13221321    QMessageBox::information(this, "qconf", str);
Note: See TracChangeset for help on using the changeset viewer.