Skip to content

Commit 8985330

Browse files
author
Olivier Butler
committed
fix weather not restored after planner
1 parent 9a1309d commit 8985330

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

data/po/fr/strings.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ msgstr "Certains plugins avec Eye tracking (suivi occulaire) utilisent le syst
416416
"et potentiellement perturbent le fonctionnement de BpB "
417417
"lors de la planification ou de la vue depuis le tracteur.\n\n"
418418
"Dans ce cas, sélectionnez le plugin en conflit avec BetterPushBack.\n\n"
419-
"ATTENTION: Ici, sachez qu'exlure le mauvais plugin "
419+
"ATTENTION: Ici, sachez qu'exclure le mauvais plugin "
420420
"peut causer le plantage de X-Plane.\n"
421421
"Si vous n'avez pas de problème, laissez ce réglage sur : Aucun."
422422

data/po/strings.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
msgid ""
88
msgstr "Project-Id-Version: PACKAGE VERSION\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2024-11-18 07:45+0200\n"
10+
"POT-Creation-Date: 2025-01-02 07:02+0200\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1313
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -118,7 +118,7 @@ msgid "Can't start planner: pushback already in progress. Please stop the "
118118
"pushback operation first."
119119
msgstr ""
120120

121-
#: src/cab_view.c:347 src/cab_view.c:348
121+
#: src/cab_view.c:347 src/cab_view.c:348 src/cab_view.c:354 src/cab_view.c:353
122122
msgid "Left mouse button to reorient view"
123123
msgstr ""
124124

src/bp_cam.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1417,7 +1417,6 @@ bp_cam_stop(void)
14171417
XPLMCommandOnce(cockpit_view_cmd);
14181418

14191419
dr_setf(&drs.visibility, saved_visibility);
1420-
dr_seti(&drs.use_real_wx, saved_real_wx);
14211420
if (bp_xp_ver < 12000)
14221421
{
14231422
dr_seti(&drs.cloud_types[0], saved_cloud_types[0]);
@@ -1428,7 +1427,7 @@ bp_cam_stop(void)
14281427
{
14291428
dr_setvf32(&drs.cloud_types[0], fsaved_cloud_types, 0, 3);
14301429
}
1431-
1430+
dr_seti(&drs.use_real_wx, saved_real_wx);
14321431
cam_inited = B_FALSE;
14331432

14341433
pop_fov_values();

0 commit comments

Comments
 (0)