Cleanup: remove warning about server administrators being able to read passwords

This commit is contained in:
Rubidium
2024-03-23 19:45:21 +01:00
committed by rubidium42
parent 849d1fa1b3
commit 1a3cbaec56
4 changed files with 0 additions and 34 deletions

View File

@@ -32,7 +32,6 @@ enum AboutWidgets : WidgetID {
enum QueryStringWidgets : WidgetID {
WID_QS_CAPTION, ///< Caption of the window.
WID_QS_TEXT, ///< Text of the query.
WID_QS_WARNING, ///< Warning label about password security
WID_QS_DEFAULT, ///< Default button.
WID_QS_CANCEL, ///< Cancel button.
WID_QS_OK, ///< OK button.