fixed missing ';' in guild_manager.cpp, 1. part for fix of ryzom_client.desktop.in not updating in mercurial
This commit is contained in:
parent
74e420958b
commit
3b61f10cb7
2 changed files with 2 additions and 18 deletions
|
@ -877,7 +877,7 @@ class CAHGuildSheetOpen : public IActionHandler
|
||||||
ucstring str = toString("%03d", (sint)RT.getRyzomWeek()) + " ";
|
ucstring str = toString("%03d", (sint)RT.getRyzomWeek()) + " ";
|
||||||
str += CI18N::get("ui"+WEEKDAY::toString( (WEEKDAY::EWeekDay)RT.getRyzomDayOfWeek() )) + " - ";
|
str += CI18N::get("ui"+WEEKDAY::toString( (WEEKDAY::EWeekDay)RT.getRyzomDayOfWeek() )) + " - ";
|
||||||
ucstring year = RT.getRyzomYearStr();
|
ucstring year = RT.getRyzomYearStr();
|
||||||
str += year + " - "
|
str += year + " - ";
|
||||||
str += CI18N::get("uiEon");
|
str += CI18N::get("uiEon");
|
||||||
pViewEnterDate->setText(str);
|
pViewEnterDate->setText(str);
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,16 +0,0 @@
|
||||||
[Desktop Entry]
|
|
||||||
Version=0.1
|
|
||||||
Name=Khanat
|
|
||||||
Name[ru]=Ризом
|
|
||||||
Type=Application
|
|
||||||
GenericName=Game client
|
|
||||||
Comment=Khanat client
|
|
||||||
Comment[fr_FR]=Client Khanat
|
|
||||||
TryExec=${RYZOM_GAMES_PREFIX}/ryzom_client
|
|
||||||
Exec=${RYZOM_GAMES_PREFIX}/ryzom_client
|
|
||||||
Icon=${RYZOM_CLIENT_ICON}
|
|
||||||
Terminal=false
|
|
||||||
Hidden=false
|
|
||||||
Categories=Game;RolePlaying;
|
|
||||||
StartupWMClass=ryzom_client
|
|
||||||
X-AppInstall-Package=ryzom-client
|
|
Loading…
Reference in a new issue