author | llornkcor <llornkcor> | 2005-02-10 07:53:59 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2005-02-10 07:53:59 (UTC) |
commit | 134bba16e6b476406eed60cb9ff1ae596fac7732 (patch) (unidiff) | |
tree | e63de834d670e830ae6525d04ef453855441d1b3 | |
parent | df9f73f2505ac66e804aca3bf490b80e61d3f90d (diff) | |
download | opie-134bba16e6b476406eed60cb9ff1ae596fac7732.zip opie-134bba16e6b476406eed60cb9ff1ae596fac7732.tar.gz opie-134bba16e6b476406eed60cb9ff1ae596fac7732.tar.bz2 |
tired of seeing this stupid warning
-rw-r--r-- | core/launcher/shutdownimpl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/launcher/shutdownimpl.cpp b/core/launcher/shutdownimpl.cpp index 2731568..b66951f 100644 --- a/core/launcher/shutdownimpl.cpp +++ b/core/launcher/shutdownimpl.cpp | |||
@@ -87,7 +87,6 @@ ShutdownImpl::ShutdownImpl( QWidget* parent, const char *name, WFlags fl ) | |||
87 | vbox-> addWidget ( btngrp ); | 87 | vbox-> addWidget ( btngrp ); |
88 | 88 | ||
89 | m_info = new QLabel ( this, "info" ); | 89 | m_info = new QLabel ( this, "info" ); |
90 | m_info-> setText( tr( "<p>\n" "These termination options are provided primarily for use while developing and testing the Opie system. In a normal environment, these concepts are unnecessary." ) ); | ||
91 | vbox-> addWidget ( m_info ); | 90 | vbox-> addWidget ( m_info ); |
92 | 91 | ||
93 | m_progress = new QProgressBar ( this, "progressBar" ); | 92 | m_progress = new QProgressBar ( this, "progressBar" ); |