Add: another go-to-location button to the sign window.

This commit is contained in:
frosch
2020-12-27 23:18:25 +01:00
committed by frosch
parent 5bfcd742b8
commit 1432dbac53
3 changed files with 15 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ enum SignListWidgets {
/** Widgets of the #SignWindow class. */
enum QueryEditSignWidgets {
WID_QES_CAPTION, ///< Caption of the window.
WID_QES_LOCATION, ///< Scroll to sign location.
WID_QES_TEXT, ///< Text of the query.
WID_QES_OK, ///< OK button.
WID_QES_CANCEL, ///< Cancel button.