mirror of
https://github.com/greenshot/greenshot
synced 2025-08-19 21:13:23 -07:00
Code quality changes [skip ci]
This commit is contained in:
parent
61cfe004c5
commit
798ca503a5
108 changed files with 1981 additions and 2258 deletions
|
@ -19,7 +19,10 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
|
||||
namespace Greenshot.Configuration {
|
||||
[SuppressMessage("ReSharper", "InconsistentNaming")]
|
||||
public enum LangKey {
|
||||
none,
|
||||
about_bugs,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue