Archived discussion about features (predating the use of Bugzilla as a bug and feature tracker)
Moderator: Moderators
-
Kenneth-Chile
- Posts: 80
- Joined: 2003-03-21 15:17
- Location: Concepcion, Chile.
Post
by Kenneth-Chile » 2003-03-23 16:36
This is a very minimal detail:
Could you put in the exit confirmation window's title, the words: "
Exit Confirmation" or "
DC++ v.XX" in the title?
Without them, the window looks very poor. It's only a detail
Kenneth
P.S.: Sorry my english. Does it sound well "put the words"?...or there is a more appropriate verb to that action?
-
GargoyleMT
- DC++ Contributor
- Posts: 3212
- Joined: 2003-01-08 02:46
- Location: .pa.us
Post
by GargoyleMT » 2003-03-23 18:41
Code: Select all
--- windows\mainfrm.cpp Sun Mar 23 13:24:20 2003
+++ ..\DCPlusPlus-0.24-src-mine\windows\MainFrm.cpp Sun Mar 23 13:25:14 2003
@@ -1073,7 +1085,7 @@
stopperThread = NULL;
bHandled = FALSE;
} else {
- if( oldshutdown ||(!BOOLSETTING(CONFIRM_EXIT)) || (MessageBox(CSTRING(REALLY_EXIT), "", MB_YESNO) == IDYES) ) {
+ if( oldshutdown ||(!BOOLSETTING(CONFIRM_EXIT)) || (MessageBox(CSTRING(REALLY_EXIT), APPNAME " " VERSIONSTRING, MB_YESNO | MB_ICONQUESTION | MB_DEFBUTTON2) == IDYES) ) {
string tmp1;
string tmp2;
Good? - I changed the default button to "No" while I was at it.
-
Kenneth-Chile
- Posts: 80
- Joined: 2003-03-21 15:17
- Location: Concepcion, Chile.
Post
by Kenneth-Chile » 2003-03-23 21:51
GargoyleMT wrote:Good? - I changed the default button to "No" while I was at it.
Nice!

Thanks.

Users browsing this forum: Google [Bot] and 0 guests