Skip to content
Snippets Groups Projects
Commit e8d188c4 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Rename variable.

Refers to #2
parent c4d717e4
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ namespace ATXTray
var heartBeat = "?";
var serviceRunning = "stopped";
var txInProgress = "No";
var txProgress = "No";
if (_svcRunning) {
serviceRunning = "OK";
......@@ -111,7 +111,7 @@ namespace ATXTray
return;
UpdateHoverText(string.Format("AutoTx [svc={0}] [hb={1}] [tx={2}]",
serviceRunning, heartBeat, txInProgress));
serviceRunning, heartBeat, txProgress));
}
private void MiExitClick(object sender, EventArgs e) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment