You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
supertip="This opens the settings form. The settings are stored as custom properties and can be changed by double-clicking the item or using the update button."
165
-
/>
166
148
<button
167
149
id="btnRefreshServerList"
168
150
label="Rebuild Server List"
@@ -191,18 +173,30 @@
191
173
label="How To... "
192
174
onAction="OnAction"
193
175
imageMso="Help"
194
-
size="large"
176
+
size="normal"
195
177
screentip="How To..."
196
-
supertip="This opens the read me page from the site with detailed instructions of the Add-In functionality."
178
+
supertip="This opens the read me page in GitHub with detailed instructions of the Add-In functionality."
179
+
keytip="HLP"
197
180
/>
198
181
<button
199
182
id="btnOpenNewIssue"
200
183
label="Report Issue"
201
184
onAction="OnAction"
202
185
imageMso="MacroSecurity"
203
-
size="large"
186
+
size="normal"
204
187
screentip="Report An Issue"
205
-
supertip="This will open a new issue from the site. The user will need to login to raise an issue."
188
+
supertip="This will open a new issue page in GitHub. The user will need to login to raise an issue."
189
+
keytip="RPT"
190
+
/>
191
+
<button
192
+
id="btnSettings"
193
+
label="Settings"
194
+
onAction="OnAction"
195
+
imageMso="PropertySheet"
196
+
size="normal"
197
+
screentip="Add-In Settings Form"
198
+
supertip="This opens a user form with a list of custom properties stored in the file."
errorMessageDescription=System.Text.RegularExpressions.Regex.Replace(errorMessageDescription,@"\r\n+"," ");//the carriage returns were messing up my log file
83
-
stringmsg="Contact your system administrator. A record has been created in the log file."+Environment.NewLine;
0 commit comments