-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7e11d63
commit 1b23679
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,9 +27,9 @@ | |
|
||
// *INDENT-OFF* | ||
static const QString APP_VERSION = "17.01"; | ||
static const QString APP_COMPANY = "FRC Utilities"; | ||
static const QString APP_DSPNAME = "QDriverStation"; | ||
static const QString CONTACT_URL = "[email protected]"; | ||
static const QString APP_COMPANY = "QDriverStation Developers"; | ||
static const QString APP_WEBSITE = "http://frc-utilities.github.io/"; | ||
static const QString APP_REPBUGS = "http://github.com/FRC-Utilities/QDriverStation/issues"; | ||
static const QString URL_UPDATER = "https://raw.githubusercontent.com/FRC-Utilities/QDriverStation/master/UPDATES.json"; | ||
|