diff options
Diffstat (limited to 'app/help')
| -rw-r--r-- | app/help/genhelp.c | 3 | ||||
| -rw-r--r-- | app/help/genhelp.json | 9 | ||||
| -rw-r--r-- | app/help/xtrkcad.tip | 2 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app/help/genhelp.c b/app/help/genhelp.c index 2732874..0767749 100644 --- a/app/help/genhelp.c +++ b/app/help/genhelp.c @@ -121,8 +121,7 @@ int main(int argc, char * argv[]) fseek(inFile, 0, SEEK_SET); jsonData = malloc(length + 1); if (jsonData) { - fread(jsonData, 1, length, inFile); - jsonData[length] = '\0'; + jsonData[ fread(jsonData, 1, length, inFile) ] = '\0'; } fclose(inFile); } diff --git a/app/help/genhelp.json b/app/help/genhelp.json index 29e275d..88e0a7b 100644 --- a/app/help/genhelp.json +++ b/app/help/genhelp.json @@ -104,7 +104,9 @@ {"line": "cmdMove", "contents": "Move selected objects" }, {"line": "cmdMoveLabel", "contents": "Move a label" }, {"line": "cmdMoveToCurrentLayer", "contents": "Move selected objects to current layer" }, + {"line": "cmdNewFixedTrack", "contents": "Select and place a fixed track element"}, {"line": "cmdNote", "contents": "Place a note on the layout" }, + {"line": "cmdNoteCmd", "contents": "Select type of note to be placed on trackplan"}, {"line": "cmdOutputbitmap", "contents": "Print a bitmap" }, {"line": "cmdPan", "contents": "Pan or zoom the layout" }, {"line": "cmdPanMode", "contents": "Change to zoom/pan mode" }, @@ -123,6 +125,7 @@ {"line": "cmdRedo", "contents": "Redo last undo" }, {"line": "cmdRefreshCompound", "contents": "Update selected Turnout and Structure definitions" }, {"line": "cmdRescale", "contents": "Rescale selected objects" }, + {"line": "cmdRoadbed", "contents": "Show roadbed underneath the selected track"}, {"line": "cmdRotate", "contents": "Rotate selected object(s)" }, {"line": "cmdRuler", "contents": "Show a ruler" }, {"line": "cmdSelect", "contents": "Select objects" }, @@ -146,6 +149,7 @@ {"line": "cmdText", "contents": "Enter text on the layout" }, {"line": "cmdTextSize", "contents": "Controls the size of the entered text" }, {"line": "cmdTextNote", "contents": "Text Note"}, + {"line": "cmdTies", "contents": "Show ties for selected track"}, {"line": "cmdTip", "contents": "Tip of the Day window" }, {"line": "cmdTrain", "contents": "Run Trains" }, {"line": "cmdTrainMode", "contents": "Change To Run Trains Mode" }, @@ -153,8 +157,8 @@ {"line": "cmdTrainNewCar", "contents": "Place a car on the layout" }, {"line": "cmdTrainExit", "contents": "Exit Trains" }, {"line": "cmdTrimDraw", "contents": "Trim a line, circle or polyline Draw Object using a second Object" }, - {"line": "cmdTunnel", "contents": "Hide/Unhide a track" }, - {"line": "cmdBridge", "contents": "Make/Unmake a track a bridge" }, + {"line": "cmdTunnel", "contents": "Hide/Unhide selected track" }, + {"line": "cmdBridge", "contents": "Make/Unmake selected track a bridge" }, {"line": "cmdTurnout", "contents": "Place a turnout or sectional track" }, {"line": "cmdTurnoutNew", "contents": "Create a new turnout definition" }, {"line": "cmdTurntable", "contents": "Place a turntable" }, @@ -501,6 +505,7 @@ {"line": "pref-turntable-angle", "contents": "Specifies the minimum angle between tracks connected to a turntable" }, {"line": "pref-coupling-speed-max", "contents": "Trains will crash above this speed" }, {"line": "pref-balloonhelp", "contents": "Enable/Disable balloon popup help windows" }, + {"line": "pref-setaudio", "contents": "Turn on beeps for positive confirmations and warnings"}, {"line": "pref-showflextrack", "contents": "Enable/Disable show of flextrack on hotbar" }, {"line": "pref-dragpixels", "contents": "How far you can move the mouse before its considered a drag" }, {"line": "pref-dragtimeout", "contents": "How long you can hold a mouse button down before its considered a drag" }, diff --git a/app/help/xtrkcad.tip b/app/help/xtrkcad.tip index bcc15c3..fdf7102 100644 --- a/app/help/xtrkcad.tip +++ b/app/help/xtrkcad.tip @@ -7,7 +7,7 @@ Set your modeling scale on the "Options|Layout" dialog. This controls the Turno A number of example layouts are provided. These files can be accessed by "Help|Examples". -When installed, the length units are set based on your contry: inches for United States or Canada and centimeters elsewhere. You can change this on the "Options|Preferences" dialog by choosing between Metric and English. +When installed, the length units are set based on your country: inches for United States or Canada and centimeters elsewhere. You can change this on the "Options|Preferences" dialog by choosing between Metric and English. You can change the overall size of your layout on the "Options|Layout" dialog. |
