Changeset 2495 for trunk/jons-gtk-gui
- Timestamp:
- 03/04/01 01:23:56 (8 years ago)
- Location:
- trunk/jons-gtk-gui/src
- Files:
-
- 2 modified
-
convo.cpp (modified) (1 diff)
-
licq_gtk.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/jons-gtk-gui/src/convo.cpp
r2454 r2495 471 471 g_free(szTempStamp); 472 472 } 473 else 474 { 475 gtk_text_insert(GTK_TEXT(c->text), 0, red, 0, " : ", -1); 476 } 473 477 474 478 switch (u_event->SubCommand()) -
trunk/jons-gtk-gui/src/licq_gtk.h
r2445 r2495 35 35 36 36 /* Program used constants */ 37 const int MAX_LENGTH_UIN = 8;37 const int MAX_LENGTH_UIN = 10; 38 38 39 39 /********** Structures ******************/
