summaryrefslogtreecommitdiff
path: root/noncore
authorzecke <zecke>2002-10-23 21:37:35 (UTC)
committer zecke <zecke>2002-10-23 21:37:35 (UTC)
commit7f2dc6af10c299075387336f5b115625294151b2 (patch) (side-by-side diff)
treee478d664ddbeeabd0e544c0155de65fabacb5d44 /noncore
parenteb521bfc7d3a05f900f6c81db25aa4cea572f064 (diff)
downloadopie-7f2dc6af10c299075387336f5b115625294151b2.zip
opie-7f2dc6af10c299075387336f5b115625294151b2.tar.gz
opie-7f2dc6af10c299075387336f5b115625294151b2.tar.bz2
the argv[0]="embedk" did not work the way i wanted
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/opie-console/main.cpp b/noncore/apps/opie-console/main.cpp
index 7f9f038..3b4321a 100644
--- a/noncore/apps/opie-console/main.cpp
+++ b/noncore/apps/opie-console/main.cpp
@@ -91,7 +91,7 @@ void FixIt::fixIt() {
int main(int argc, char **argv) {
- argv[0]="embeddedkonsole";
+// too bad this gives us trouble the taskbar... argv[0]="embeddedkonsole";
QPEApplication app( argc, argv );
#ifdef FSCKED_DISTRIBUTION