[DXG] Don't repeat "DXG" module name in version info
authorThamatip Chitpong <thamatip.chitpong@reactos.org>
Fri, 1 Dec 2023 01:23:13 +0000 (08:23 +0700)
committerGitHub <noreply@github.com>
Fri, 1 Dec 2023 01:23:13 +0000 (08:23 +0700)
win32ss/reactx/dxg/dxg.rc

index 759823e..07eb860 100644 (file)
@@ -1,5 +1,5 @@
 #define REACTOS_VERSION_DLL
-#define REACTOS_STR_FILE_DESCRIPTION  "DXG DirectX interface Device Driver"
+#define REACTOS_STR_FILE_DESCRIPTION  "DirectX interface Device Driver"
 #define REACTOS_STR_INTERNAL_NAME     "dxg"
 #define REACTOS_STR_ORIGINAL_FILENAME "dxg.sys"
 #include <reactos/version.rc>