mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[CLIP]
- Add source file header. - Fix english resource. svn path=/trunk/; revision=69777
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS Clip Command
|
||||
* FILE: base/applications/cmdutils/clip/clip.c
|
||||
* PURPOSE: Provides clipboard management for command-line programs.
|
||||
* PROGRAMMERS: Ricardo Hanke
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <windef.h>
|
||||
|
||||
@@ -3,7 +3,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_USAGE "\nType ""CLIP /?"" for usage information.\n"
|
||||
IDS_HELP "\nRedirects the output of command line programs to the clipboard.\n\n\
|
||||
IDS_HELP "\nRedirects the output of command-line programs to the clipboard.\n\n\
|
||||
CLIP [/?]\n\n\
|
||||
/? Show this help message.\n"
|
||||
END
|
||||
|
||||
Reference in New Issue
Block a user