fixed missing ';' in guild_manager.cpp, 1. part for fix of ryzom_client.desktop.in not updating in mercurial

This commit is contained in:
SIELA1915 2016-02-01 15:42:42 +01:00
parent 74e420958b
commit 3b61f10cb7
2 changed files with 2 additions and 18 deletions

View file

@ -877,8 +877,8 @@ class CAHGuildSheetOpen : public IActionHandler
ucstring str = toString("%03d", (sint)RT.getRyzomWeek()) + " ";
str += CI18N::get("ui"+WEEKDAY::toString( (WEEKDAY::EWeekDay)RT.getRyzomDayOfWeek() )) + " - ";
ucstring year = RT.getRyzomYearStr();
str += year + " - "
str += CI18N::get("uiEon");
str += year + " - ";
str += CI18N::get("uiEon");
pViewEnterDate->setText(str);
}

View file

@ -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