-
- Downloads
Bug-fix: From the text.dat Yes/No/Quit/Password entry (YNQP), the 'Q' character
was never used. This was intended to be a method for internationalization, letting the sysop change which key is used as the uiniversal "quit" key. This commit replaces most of the uses of the hard-coded 'Q' for quit wtih the 3rd charcter in the text.dat YNQP string. Some hard-coded menus still have the 'Q' key hard-coded and will need to be addressed later. The text.h YN index macro was changed to YNQP and the JS text index variable name will change as well.
Showing
- src/sbbs3/bat_xfer.cpp 14 additions, 12 deletionssrc/sbbs3/bat_xfer.cpp
- src/sbbs3/con_out.cpp 3 additions, 3 deletionssrc/sbbs3/con_out.cpp
- src/sbbs3/data.cpp 4 additions, 6 deletionssrc/sbbs3/data.cpp
- src/sbbs3/download.cpp 3 additions, 3 deletionssrc/sbbs3/download.cpp
- src/sbbs3/email.cpp 3 additions, 3 deletionssrc/sbbs3/email.cpp
- src/sbbs3/fido.cpp 3 additions, 3 deletionssrc/sbbs3/fido.cpp
- src/sbbs3/getkey.cpp 8 additions, 8 deletionssrc/sbbs3/getkey.cpp
- src/sbbs3/getstr.cpp 4 additions, 4 deletionssrc/sbbs3/getstr.cpp
- src/sbbs3/listfile.cpp 4 additions, 4 deletionssrc/sbbs3/listfile.cpp
- src/sbbs3/netmail.cpp 3 additions, 3 deletionssrc/sbbs3/netmail.cpp
- src/sbbs3/qwk.cpp 9 additions, 9 deletionssrc/sbbs3/qwk.cpp
- src/sbbs3/text.h 2 additions, 2 deletionssrc/sbbs3/text.h
- src/sbbs3/upload.cpp 5 additions, 5 deletionssrc/sbbs3/upload.cpp
- src/sbbs3/useredit.cpp 3 additions, 3 deletionssrc/sbbs3/useredit.cpp
Loading
Please register or sign in to comment