mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
a10a7b97d7
PR: 8514 Submitted by: maintainer
12 lines
361 B
Plaintext
12 lines
361 B
Plaintext
--- src/licq.cpp Fri Oct 30 14:29:03 1998
|
|
+++ src/licq.cpp Fri Oct 30 19:23:35 1998
|
|
@@ -67,7 +67,7 @@
|
|
cout << "Done installation, continuing load." << endl << endl;
|
|
}
|
|
|
|
- setStyle(WindowsStyle);
|
|
+ setStyle(MotifStyle);
|
|
// create the main widgets
|
|
if (DEBUG_LEVEL >= 1) cout << "\n=> Setting up Licq daemon." << endl;
|
|
icq = new ICQ;
|