[
Thread Prev][
Thread Next] >
Date Index
>
Thread Index
[wmx] Small patch to ChannelMenu
Lasse Rasinen -
Thu May 18 13:43:24 2000
Usability fix: The current channel is now marked with "> ".
The patch, in its mindboggling glory:
823a824
> int current = m_windowManager->channel();
828c829
< sprintf(temp, "Channel %d", i + 1);
---
> sprintf(temp, "%sChannel %d", (i+1 == current)?"> ":"", i + 1);
--
Lasse Rasinen I put it all down in a letter once
lrasinen@iki.fi A letter I don't send
It made me feel much better at the time
I thought it'd help me mend
Next: