mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-14 07:59:35 +02:00
Pas2JS: removed one redundant translation string
git-svn-id: trunk@56844 -
This commit is contained in:
parent
a759a66772
commit
80918d2b98
@ -106,7 +106,7 @@ begin
|
||||
// add options frame
|
||||
PJSOptionsFrameID:=RegisterIDEOptionsEditor(GroupEnvironment,TPas2jsOptionsFrame,
|
||||
PJSOptionsFrameID)^.Index;
|
||||
RegisterIdeMenuCommand(itmViewDebugWindows,SPasJSWebservers,SPasJSWebserversCaption,nil,@ShowServerDialog);
|
||||
RegisterIdeMenuCommand(itmViewDebugWindows,'Pas2JSWebservers',SPasJSWebserversCaption,nil,@ShowServerDialog);
|
||||
end;
|
||||
|
||||
{ TProjectPas2JSNodeJSApp }
|
||||
|
@ -4,12 +4,8 @@ unit strpas2jsdesign;
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils;
|
||||
|
||||
Resourcestring
|
||||
// menu item
|
||||
SPasJSWebservers = 'Pas2JSWebservers';
|
||||
SPasJSWebserversCaption = 'Pas2JS WebServers';
|
||||
|
||||
// Static texts webservers form
|
||||
|
Loading…
Reference in New Issue
Block a user