PowerToys/tools/HandlesExperiment/ContextMenuEntry/Constants.h
2022-10-20 16:40:45 +02:00

11 lines
231 B
C++

#pragma once
#include "pch.h"
// Localizable Constants, these should be converted to resources
namespace constants::localizable
{
// Text shown in the context menu
constexpr WCHAR CommandTitle[] = L"What's using this file?";
}