Overview
SHA1 Hash: | bd667b1940b6bc08d967bb219495b32ed8ec23ae |
---|---|
Date: | 2007-11-21 03:17:53 |
User: | drh |
Comment: | Get the name of the Login/Logout menu option right. |
Timelines: | ancestors | descendants | both | trunk |
Other Links: | files | ZIP archive | manifest |
Tags And Properties
- branch=trunk inherited from [a28c83647d]
- sym-trunk inherited from [a28c83647d]
Changes
[hide diffs]Modified src/style.c from [a2b3fea577] to [d988a19a76].
@@ -79,10 +79,11 @@ p = SbS_Create(); SbS_Store(p, "title", zTitle, 0); SbS_Store(p, "baseurl", g.zBaseURL, 0); if( g.zLogin ){ SbS_Store(p, "login", g.zLogin, 0); + zLogInOut = "Login"; } SbS_Render(p, zHeader); SbS_Destroy(p); /* Generate the main menu and the submenu (if any) */