Skip to content

Commit 0a1afc7

Browse files
committed
xrCore/xr_ini.h: Comments translated to English.
1 parent 4a5d60a commit 0a1afc7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/xrCore/xr_ini.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ class XRCORE_API CInifile
9494

9595
CLASS_ID r_clsid(LPCSTR S, LPCSTR L)const;
9696
CLASS_ID r_clsid(const shared_str& S, LPCSTR L)const { return r_clsid(*S, L); }
97-
LPCSTR r_string(LPCSTR S, LPCSTR L)const; // îñòàâëÿåò êàâû÷êè
98-
LPCSTR r_string(const shared_str& S, LPCSTR L)const { return r_string(*S, L); } // îñòàâëÿåò êàâû÷êè
99-
shared_str r_string_wb(LPCSTR S, LPCSTR L)const; // óáèðàåò êàâû÷êè
100-
shared_str r_string_wb(const shared_str& S, LPCSTR L)const { return r_string_wb(*S, L); } // óáèðàåò êàâû÷êè
97+
LPCSTR r_string(LPCSTR S, LPCSTR L)const; // Left quotes in place
98+
LPCSTR r_string(const shared_str& S, LPCSTR L)const { return r_string(*S, L); } // Left quotes in place
99+
shared_str r_string_wb(LPCSTR S, LPCSTR L)const; // Remove quotes
100+
shared_str r_string_wb(const shared_str& S, LPCSTR L)const { return r_string_wb(*S, L); } // Remove quotes
101101
u8 r_u8(LPCSTR S, LPCSTR L) const;
102102
u8 r_u8(const shared_str& S, LPCSTR L)const { return r_u8(*S, L); }
103103
u16 r_u16(LPCSTR S, LPCSTR L)const;

0 commit comments

Comments
 (0)